diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a659601..5e7a95d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,8 +75,6 @@ jobs: MCP_IN_DOCKER: 1 test_extension: - strategy: - fail-fast: false runs-on: macos-latest defaults: run: diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index ff17338..f04bf20 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -35,7 +35,6 @@ jobs: - run: npm ci - run: npx playwright install --with-deps - - run: npm run build - run: npm run lint - run: npm run ctest diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9333b9a..ac9890e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npx playwright install --with-deps - - run: npm run build - run: npm run lint - run: npm run ctest - run: npm publish --provenance diff --git a/package.json b/package.json index 957e6f7..09dbd0c 100644 --- a/package.json +++ b/package.json @@ -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 build && npm run test && npm publish" + "dtest": "MCP_IN_DOCKER=1 playwright test --project=chromium-docker" }, "exports": { "./package.json": "./package.json",