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 2a7fb2b commit c2a88d3Copy full SHA for c2a88d3
scripts/install.sh
@@ -27,7 +27,6 @@ hyperfine --export-json="../../results/$1/benchmarks.json" \
27
--max-runs 15 \
28
-i \
29
--prepare 'bash ../../scripts/clean.sh' \
30
- --ignore-failure \
31
-n 'npm' 'bash ../../scripts/install/npm.sh || true' \
32
-n 'yarn' 'bash ../../scripts/install/yarn.sh || true' \
33
-n 'berry' 'bash ../../scripts/install/berry.sh || true' \
0 commit comments