Skip to content

Commit af27592

Browse files
committed
chore: remove redundant global pnpm installation from build command
1 parent 4f4d03b commit af27592

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

render.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ services:
2626
runtime: static
2727
buildCommand: >
2828
cd frontend
29-
&& npm install -g pnpm
3029
&& pnpm install --frozen-lockfile
3130
&& export VITE_APP_RELEASE=$RENDER_GIT_COMMIT
3231
&& pnpm build

0 commit comments

Comments
 (0)