Skip to content

Commit

Permalink
Fix npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jul 21, 2022
1 parent 4956aa0 commit 4b9ad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npx playwright install --with-deps
- run: npm run prepublishOnly
- run: npm run build
- run: npm run lint
- run: npm run test:coverage
- run: npm run test:e2e
Expand Down

0 comments on commit 4b9ad3f

Please sign in to comment.