Skip to content

Commit

Permalink
fix: remmove meta tools cache advantage
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Jan 20, 2025
1 parent 3a06297 commit ea4d994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ corepack pnpm cache delete * --silent;
rm -rf $(corepack pnpm store path);
rm -rf $(vlt config get cache);
rm -rf $(bun pm cache);
nx clear-cache >/dev/null;
nx reset >/dev/null;
rm -rf nx.json;
rm -rf .nx;
rm -rf .turbo;
rm -rf .cache;
deno clean --quiet;
npm pkg delete packageManager;
git add . --quiet;
Expand Down
3 changes: 1 addition & 2 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ hyperfine --export-json=../../results/run.json --warmup 3 --runs 10 -i --prepare
-n 'bun' 'bun run test' \
-n 'deno' 'deno run test' \
-n 'nx' 'nx run test' \
-n 'turbo' 'turbo run test --dangerously-disable-package-manager-check'

-n 'turbo' 'turbo run test --dangerously-disable-package-manager-check --cache-dir=.cache'

0 comments on commit ea4d994

Please sign in to comment.