Skip to content

Commit

Permalink
ci: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sntran committed Jun 27, 2024
1 parent 724b1f6 commit 64053a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install depedencies
run: npm ci

- name: Publish package
run: npx jsr publish

0 comments on commit 64053a7

Please sign in to comment.