We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977901c commit 335494aCopy full SHA for 335494a
scripts/clean.sh
@@ -12,9 +12,9 @@ rm -rf vlt-lock.json;
12
rm -rf bun.lockb;
13
rm -rf deno.lock;
14
npm cache clean --force;
15
-yarn@1 cache clean --all;
16
-yarn@latest cache clean --all;
17
-pnpm cache delete *;
+corepack yarn@1 cache clean --all;
+corepack yarn@latest cache clean --all;
+corepack pnpm cache delete *;
18
rm -rf $(vlt config get cache);
19
rm -rf $(bun pm cache);
20
deno clean;
0 commit comments