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 fb2cd3a commit 2bf014fCopy full SHA for 2bf014f
.github/workflows/npm-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
key: node_modules-${{ hashFiles('**/package-lock.json') }}
25
- name: Restore dependencies
26
if: steps.cache.outputs.cache-hit != 'true'
27
- run: npm ci
+ run: npm ci --package-lock-only
28
29
publish-npm:
30
needs: build
0 commit comments