mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
chore: rename publish script
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"watch": "tsc --watch",
|
||||
"test": "playwright test",
|
||||
"clean": "rm -rf lib",
|
||||
"publish": "npm run clean && npm run build && npm run test && npm publish"
|
||||
"npm-publish": "npm run clean && npm run build && npm run test && npm publish"
|
||||
},
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
|
||||
Reference in New Issue
Block a user