Skip to content

Commit ae43e93

Browse files
Merge pull request #358 from supertokens/fix-cicd-0.8
fix: Update CICD
2 parents b2ab4b9 + 602bdc7 commit ae43e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/setupAndTestWithAuthReact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cd supertokens-auth-react
5050
git checkout $2
5151
npm run init
5252
cd ./test/server/
53-
npm i -d
53+
GIT_SSH_COMMAND="ssh" npm i -d
5454
npm i git+https://github.com:supertokens/supertokens-node.git#$3
5555
cd ../../
5656
cd ../project/test/auth-react-server

0 commit comments

Comments
 (0)