We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6087415 commit 4668b4aCopy full SHA for 4668b4a
1 file changed
.github/workflows/publish.yml
@@ -20,6 +20,9 @@ jobs:
20
node-version: '22.x'
21
registry-url: 'https://registry.npmjs.org'
22
23
+ - name: Install dependencies
24
+ run: npm ci
25
+
26
- name: Build
27
run: npm run build
28
0 commit comments