Skip to content

Commit

Permalink
Merge pull request #321 from ZJONSSON/fix-deploy
Browse files Browse the repository at this point in the history
Fix deploy script
  • Loading branch information
ZJONSSON authored Jun 8, 2024
2 parents 2608bc2 + 2357a71 commit ba8416b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
- run: npx eslint .
- name: Publish package on NPM 📦
run: npm publish
env:
Expand Down

0 comments on commit ba8416b

Please sign in to comment.