We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b1793 commit d425c46Copy full SHA for d425c46
.github/workflows/npm-publish.yml
@@ -19,10 +19,10 @@ jobs:
19
cache: 'npm'
20
21
- run: npm ci
22
- # - name: Install Playwright Browsers
23
- # run: npx playwright install --with-deps chromium
+ - name: Install Playwright Browsers
+ run: npx playwright install --with-deps chromium
24
- run: npm run build --if-present
25
- # - run: npm test
+ - run: npm test
26
27
publish-npm:
28
needs: build
0 commit comments