Skip to content

Commit 10d21ab

Browse files
arcanismerceyz
authored andcommitted
Update bench-run.sh
(cherry picked from commit 4e4e76c)
1 parent b479281 commit 10d21ab

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
@@ -125,7 +125,6 @@ case $PACKAGE_MANAGER in
125125
'yarn add dummy-pkg@link:./dummy-pkg'
126126
;;
127127
npm)
128-
setup-pnpm
129128
bench install-full-cold \
130129
--prepare 'rm -rf node_modules package-lock.json && npm cache clean --force' \
131130
'npm install'
@@ -140,6 +139,7 @@ case $PACKAGE_MANAGER in
140139
'npm add dummy-pkg@file:./dummy-pkg'
141140
;;
142141
pnpm)
142+
setup-pnpm
143143
bench install-full-cold \
144144
--prepare 'rm -rf node_modules pnpm-lock.yaml ~/.pnpm-store' \
145145
'pnpm install'

0 commit comments

Comments
 (0)