Skip to content

Commit 167e464

Browse files
committed
ci: update pnpm store location (#4440)
(cherry picked from commit bced068)
1 parent 10d21ab commit 167e464

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 ~/.pnpm-store' \
144+
--prepare 'rm -rf node_modules pnpm-lock.yaml ~/.local/share/pnpm/store' \
145145
'pnpm install'
146146
bench install-cache-only \
147147
--prepare 'rm -rf node_modules pnpm-lock.yaml' \

0 commit comments

Comments
 (0)