Skip to content

Commit 527645e

Browse files
authored
Fix publish script
1 parent 1350d15 commit 527645e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: Publish to npm
30-
run: npm publish
30+
run: |
31+
npm ci
32+
npm publish

0 commit comments

Comments
 (0)