Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gemanor authored Jan 12, 2025
1 parent 9b80e76 commit a6a2b36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build --if-present
- run: npm run lint
- run: npm run test

publish-npm:
needs: build
Expand Down

0 comments on commit a6a2b36

Please sign in to comment.