devops: roll script (#1377)

This commit is contained in:
Yury Semikhatsky
2026-02-06 10:20:37 -08:00
committed by GitHub
parent 0e6e6d216e
commit a3d2ba699a
3 changed files with 59 additions and 4 deletions

View File

@@ -22,9 +22,7 @@
"wtest": "playwright test --project=webkit",
"dtest": "MCP_IN_DOCKER=1 playwright test --project=chromium-docker",
"build": "echo OK",
"npm-publish": "npm run lint && npm run test && npm publish",
"copy-config": "cp ../../../playwright/packages/playwright/src/mcp/config.d.ts . && perl -pi -e \"s|import type \\* as playwright from 'playwright-core';|import type * as playwright from 'playwright';|\" ./config.d.ts",
"roll": "npm run copy-config && npm run lint"
"npm-publish": "npm run lint && npm run test && npm publish"
},
"exports": {
"./package.json": "./package.json",