mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-25 16:02:26 +08:00
chore: rename publish script
This commit is contained in:
parent
5b43f194e9
commit
74a8f95ca3
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user