Skip to content

Commit 2bf014f

Browse files
committed
Update release
1 parent fb2cd3a commit 2bf014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: node_modules-${{ hashFiles('**/package-lock.json') }}
2525
- name: Restore dependencies
2626
if: steps.cache.outputs.cache-hit != 'true'
27-
run: npm ci
27+
run: npm ci --package-lock-only
2828

2929
publish-npm:
3030
needs: build

0 commit comments

Comments
 (0)