Skip to content

Commit 602bdc7

Browse files
committed
Update CICD
1 parent b2ab4b9 commit 602bdc7

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)