Skip to content

Commit 07aac20

Browse files
committed
update workflow
1 parent 8fb5207 commit 07aac20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Install dependencies
19+
run: npm ci
20+
1821
- name: Publish package
1922
run: npx jsr publish

0 commit comments

Comments
 (0)