We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31423b commit 9e7c370Copy full SHA for 9e7c370
1 file changed
.github/workflows/publish.yml
@@ -12,6 +12,8 @@ jobs:
12
with:
13
node-version: 20
14
registry-url: https://registry.npmjs.org/
15
+ - name: install dependencies
16
+ run: npm ci
17
- name: build library
18
run: npm run build
19
- name: publish library
0 commit comments