mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
devops: fix publishing (#1021)
Fixes https://github.com/microsoft/playwright-mcp/actions/runs/17521002811/job/49764720465 Fixes https://github.com/microsoft/playwright-mcp/issues/1014
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"ftest": "playwright test --project=firefox",
|
||||
"wtest": "playwright test --project=webkit",
|
||||
"dtest": "MCP_IN_DOCKER=1 playwright test --project=chromium-docker",
|
||||
"npm-publish": "npm run clean && npm run build && npm run test && npm publish"
|
||||
"npm-publish": "npm run clean && npm run test && npm publish"
|
||||
},
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
|
||||
Reference in New Issue
Block a user