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 8bffb3a commit f66e2caCopy full SHA for f66e2ca
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: '21.x'
15
registry-url: 'https://registry.npmjs.org'
16
- name: Install dependencies and build 🔧
17
- run: npm ci && npm run build
+ run: npm i && npm ci && npm run build
18
- name: Publish package on NPM 📦
19
run: npm publish
20
env:
0 commit comments