Skip to content

Commit 54a8bfb

Browse files
Merge pull request #359 from supertokens/fix-cicd-0.8
fix: Update CICD
2 parents ae43e93 + 35a35b4 commit 54a8bfb

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
@@ -51,7 +51,7 @@ git checkout $2
5151
npm run init
5252
cd ./test/server/
5353
GIT_SSH_COMMAND="ssh" npm i -d
54-
npm i git+https://github.com:supertokens/supertokens-node.git#$3
54+
GIT_SSH_COMMAND="ssh" npm i git+https://github.com:supertokens/supertokens-node.git#$3
5555
cd ../../
5656
cd ../project/test/auth-react-server
5757
go run main.go &

0 commit comments

Comments
 (0)