Skip to content

Commit 29078b4

Browse files
committed
Fix release workflow: Don't delete package-lock.json for npm ci
1 parent d68e376 commit 29078b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: 20
3535
- name: Clean up
3636
run: |
37-
rm -rf node_modules package-lock.json || true
37+
rm -rf node_modules || true
3838
npm cache clean --force || true
3939
- run: npm ci
4040
- name: add macos cert

0 commit comments

Comments
 (0)