Skip to content

Commit b5c6169

Browse files
committed
remove package-lock.json from release
1 parent 0b22443 commit b5c6169

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version: '18'
1919
registry-url: 'https://registry.npmjs.org'
2020

21+
- name: Remove package-lock.json
22+
run: rm -rf package-lock.json
23+
2124
- name: Install pnpm
2225
run: npm install -g pnpm
2326

0 commit comments

Comments
 (0)