Skip to content

Commit

Permalink
Update CICD (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 authored Sep 4, 2023
1 parent 6810c5d commit 4903004
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 @@ -51,7 +51,7 @@ git checkout $2
npm run init
(cd ./examples/for-tests && npm run link) # this is there because in linux machine, postinstall in npm doesn't work..
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 4903004

Please sign in to comment.