We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb5207 commit 07aac20Copy full SHA for 07aac20
.github/workflows/publish.yml
@@ -15,5 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
+ - name: Install dependencies
19
+ run: npm ci
20
+
21
- name: Publish package
22
run: npx jsr publish
0 commit comments