Skip to content

Commit

Permalink
update publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tsndr committed Oct 26, 2024
1 parent 49d5806 commit 7bb935f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Build
run: npm run build
- name: Publish to npmjs
Expand Down

0 comments on commit 7bb935f

Please sign in to comment.