Skip to content

Commit 249efb0

Browse files
authored
Merge pull request #402 from qonversion/fix_publish_script
2 parents b80905b + 527645e commit 249efb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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)