Skip to content

Commit 25900df

Browse files
paul-soporanmerceyz
authored andcommitted
chore(bench): remove pnpm metadata cache in full-cold (#4866)
(cherry picked from commit ebc9ede)
1 parent 311342d commit 25900df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bench-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ case $PACKAGE_MANAGER in
141141
pnpm)
142142
setup-pnpm
143143
bench install-full-cold \
144-
--prepare 'rm -rf node_modules pnpm-lock.yaml ~/.local/share/pnpm/store' \
144+
--prepare 'rm -rf node_modules pnpm-lock.yaml ~/.local/share/pnpm/store ~/.cache/pnpm' \
145145
'pnpm install'
146146
bench install-cache-only \
147147
--prepare 'rm -rf node_modules pnpm-lock.yaml' \

0 commit comments

Comments
 (0)