Skip to content

Commit

Permalink
Run compile before publish (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Nov 4, 2024
1 parent b9dd1c9 commit f015bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
check-latest: true
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run compile
- run: npm publish
env:
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'
Expand Down

0 comments on commit f015bfc

Please sign in to comment.