File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,12 @@ corepack pnpm cache delete * --silent;
1818rm -rf $( corepack pnpm store path) ;
1919rm -rf $( vlt config get cache) ;
2020rm -rf $( bun pm cache) ;
21+ nx clear-cache > /dev/null;
22+ nx reset > /dev/null;
2123rm -rf nx.json;
2224rm -rf .nx;
2325rm -rf .turbo;
26+ rm -rf .cache;
2427deno clean --quiet;
2528npm pkg delete packageManager;
2629git add . --quiet;
Original file line number Diff line number Diff line change @@ -16,5 +16,4 @@ hyperfine --export-json=../../results/run.json --warmup 3 --runs 10 -i --prepare
1616 -n ' bun' ' bun run test' \
1717 -n ' deno' ' deno run test' \
1818 -n ' nx' ' nx run test' \
19- -n ' turbo' ' turbo run test --dangerously-disable-package-manager-check'
20-
19+ -n ' turbo' ' turbo run test --dangerously-disable-package-manager-check --cache-dir=.cache'
You can’t perform that action at this time.
0 commit comments