Skip to content

Commit

Permalink
Update CICD (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 authored Sep 4, 2023
1 parent 0bdfd0d commit 10625df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/setupAndTestWithAuthReact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ 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/
GIT_SSH_COMMAND="ssh" npm i -d
npm i git+https://github.com:supertokens/supertokens-node.git#$3
GIT_SSH_COMMAND="ssh" npm i git+https://github.com:supertokens/supertokens-node.git#$3
cd ../../
cd ../project/test/auth-react-server
npm i -d
GIT_SSH_COMMAND="ssh" npm i -d
TEST_MODE=testing node . &
pid=$!
cd ../../../supertokens-auth-react/
Expand Down

0 comments on commit 10625df

Please sign in to comment.