Skip to content

Commit 374d8fa

Browse files
committed
chore: also use rimraf in release workflow
1 parent 9427415 commit 374d8fa

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
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ./extension/vscode
4343
run: |
4444
pnpm rewrite-deps
45-
rimraf node_modules
45+
pnpm clean
4646
npm i
4747
pnpm release
4848
env:

0 commit comments

Comments
 (0)