File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,17 @@ rm -rf pnpm-lock.yaml;
1111rm -rf vlt-lock.json;
1212rm -rf bun.lockb;
1313rm -rf deno.lock;
14- npm cache clean --force;
15- corepack yarn@1 cache clean --all;
16- corepack yarn@latest cache clean --all;
17- corepack pnpm cache delete * ;
18- corepack pnpm cache delete * ;
14+ npm cache clean --force --silent;
15+ corepack yarn@1 cache clean --all --silent;
16+ corepack yarn@latest cache clean --all > /dev/null;
17+ corepack pnpm cache delete * --silent;
1918rm -rf $( corepack pnpm store path) ;
2019rm -rf $( vlt config get cache) ;
2120rm -rf $( bun pm cache) ;
2221rm -rf nx.json;
2322rm -rf .nx;
2423rm -rf .turbo;
25- deno clean;
24+ deno clean --quiet ;
2625npm pkg delete packageManager;
27- git add . ;
28- git stash;
26+ git add . --quiet ;
27+ git stash --quiet ;
You can’t perform that action at this time.
0 commit comments