From df3ca66fd3e20c446e1c0e7336d8583b85ac5c2b Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:05:32 -0400 Subject: [PATCH] fix: pnpm install typo --- core/api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api/Makefile b/core/api/Makefile index c7aef74100..02194b7dc8 100644 --- a/core/api/Makefile +++ b/core/api/Makefile @@ -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" \