Skip to content

Commit 3c704a0

Browse files
committed
chore: also use rimraf in release workflow
1 parent 5ead143 commit 3c704a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)