Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJONSSON committed Jun 8, 2024
1 parent 2608bc2 commit 2357a71
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 2357a71

Please sign in to comment.