1 Commits

Author SHA1 Message Date
Max Schmitt
4cebc50b19 devops: fix publishing 2025-09-08 16:06:23 +02:00

View File

@@ -22,8 +22,7 @@
"ctest": "playwright test --project=chrome",
"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 test && npm publish"
"dtest": "MCP_IN_DOCKER=1 playwright test --project=chromium-docker"
},
"exports": {
"./package.json": "./package.json",