We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1350d15 + 527645e commit f0466c0Copy full SHA for f0466c0
1 file changed
.github/workflows/publish.yml
@@ -27,4 +27,6 @@ jobs:
27
registry-url: 'https://registry.npmjs.org'
28
29
- name: Publish to npm
30
- run: npm publish
+ run: |
31
+ npm ci
32
+ npm publish
0 commit comments