We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd238c6 commit adc6b10Copy full SHA for adc6b10
1 file changed
.github/workflows/publish_npm.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: '16.x'
29
registry-url: 'https://registry.npmjs.org'
30
scope: '@t13'
31
- - run: npm
+ - run: npm ci
32
- name: Publish package on NPM 📦
33
run: npm publish
34
env:
0 commit comments