Skip to content

Commit 335494a

Browse files
committed
fix yarn/corepack references in clean script
1 parent 977901c commit 335494a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/clean.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ rm -rf vlt-lock.json;
1212
rm -rf bun.lockb;
1313
rm -rf deno.lock;
1414
npm cache clean --force;
15-
yarn@1 cache clean --all;
16-
yarn@latest cache clean --all;
17-
pnpm cache delete *;
15+
corepack yarn@1 cache clean --all;
16+
corepack yarn@latest cache clean --all;
17+
corepack pnpm cache delete *;
1818
rm -rf $(vlt config get cache);
1919
rm -rf $(bun pm cache);
2020
deno clean;

0 commit comments

Comments
 (0)