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 311342d commit 25900dfCopy full SHA for 25900df
scripts/bench-run.sh
@@ -141,7 +141,7 @@ case $PACKAGE_MANAGER in
141
pnpm)
142
setup-pnpm
143
bench install-full-cold \
144
- --prepare 'rm -rf node_modules pnpm-lock.yaml ~/.local/share/pnpm/store' \
+ --prepare 'rm -rf node_modules pnpm-lock.yaml ~/.local/share/pnpm/store ~/.cache/pnpm' \
145
'pnpm install'
146
bench install-cache-only \
147
--prepare 'rm -rf node_modules pnpm-lock.yaml' \
0 commit comments