We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f419037 + 3bd9a3f commit 3b6d774Copy full SHA for 3b6d774
1 file changed
.github/workflows/NPM.yaml
@@ -28,7 +28,7 @@ jobs:
28
registry-url: 'https://registry.npmjs.org/'
29
30
- name: Install dependencies
31
- run: npm ci
+ run: npm i
32
33
- name: Publish to NPM
34
run: npm publish --access public
0 commit comments