We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ab4b9 commit 602bdc7Copy full SHA for 602bdc7
.circleci/setupAndTestWithAuthReact.sh
@@ -50,7 +50,7 @@ cd supertokens-auth-react
50
git checkout $2
51
npm run init
52
cd ./test/server/
53
-npm i -d
+GIT_SSH_COMMAND="ssh" npm i -d
54
npm i git+https://github.com:supertokens/supertokens-node.git#$3
55
cd ../../
56
cd ../project/test/auth-react-server
0 commit comments