Skip to content

Commit

Permalink
Merge pull request #2 from 20minutes/fix/publish
Browse files Browse the repository at this point in the history
Fix NPM publish
  • Loading branch information
j0k3r authored Jun 10, 2024
2 parents ea97ea8 + f3bacc3 commit 299779c
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 @@ -14,7 +14,7 @@ jobs:
node-version: 20
cache: 'yarn'
- run: yarn install
- run: yarn test
- run: yarn lint

publish-npm:
needs: build
Expand Down

0 comments on commit 299779c

Please sign in to comment.