Skip to content

Commit f0466c0

Browse files
authored
Merge pull request #401 from qonversion/fix_publish_script
2 parents 1350d15 + 527645e commit f0466c0

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)