Skip to content

Commit a94005a

Browse files
committed
chore: stop daemons & remove cache
1 parent f516355 commit a94005a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +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 --cache-dir=.cache'
19+
-n 'turbo' 'turbo run test --dangerously-disable-package-manager-check --cache-dir=.cache --no-cache'

0 commit comments

Comments
 (0)