Skip to content

Commit

Permalink
Merge pull request #358 from supertokens/fix-cicd-0.8
Browse files Browse the repository at this point in the history
fix: Update CICD
  • Loading branch information
rishabhpoddar authored Sep 4, 2023
2 parents b2ab4b9 + 602bdc7 commit ae43e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/setupAndTestWithAuthReact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd supertokens-auth-react
git checkout $2
npm run init
cd ./test/server/
npm i -d
GIT_SSH_COMMAND="ssh" npm i -d
npm i git+https://github.com:supertokens/supertokens-node.git#$3
cd ../../
cd ../project/test/auth-react-server
Expand Down

0 comments on commit ae43e93

Please sign in to comment.