Skip to content

Commit 3e71962

Browse files
committed
ci: keep lockfile for npm ci, only clean node_modules in CI
1 parent b4964b3 commit 3e71962

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
run: |
2121
rm -rf node_modules
2222
rm -rf packages/*/node_modules
23-
rm -rf package-lock.json
2423
- name: Use stable npm version
2524
run: npm install -g [email protected]
2625
- name: Install

0 commit comments

Comments
 (0)