Skip to content

Commit

Permalink
fix: pnpm install typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Oct 27, 2023
1 parent 14c3489 commit df3ca66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ integration-in-ci:
# NODE_OPTIONS line should be removed whenever we upgrade yarn.lock to see if
# heap allocation issue has been resolved in dependencies (fails at 2048).
execute-integration-from-within-container:
pnpm run install --frozen-lockfile && \
pnpm install --frozen-lockfile && \
SVIX_ENDPOINT= \
SVIX_SECRET= \
NODE_OPTIONS="--max-old-space-size=6144" \
Expand Down

0 comments on commit df3ca66

Please sign in to comment.