From 7099f2bfda877d4394d388d0b156df6a60f2f230 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Mon, 4 Sep 2023 15:34:04 +0530 Subject: [PATCH] Update CICD --- test/prepTestApp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/prepTestApp.sh b/test/prepTestApp.sh index e36842563..f133fbdf1 100755 --- a/test/prepTestApp.sh +++ b/test/prepTestApp.sh @@ -17,7 +17,7 @@ rm -rf node_modules/supertokens-web-js || true rm -rf node_modules/supertokens-website || true # install prod dependencies only -npm i --production --legacy-peer-deps || exit $? +GIT_SSH_COMMAND="ssh" npm i --production --legacy-peer-deps || exit $? # We symlink the supertokens-web-js dep to ensure it's the same version (maybe linked locally) ln -s ../../../../node_modules/supertokens-web-js node_modules/supertokens-web-js