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.
2 parents 4d6d0f7 + fe99445 commit f2bd8dcCopy full SHA for f2bd8dc
.circleci/setupAndTestWithFrontend.sh
@@ -52,8 +52,8 @@ cd ../project/test/frontendIntegration/
52
go run main.go &
53
go run main.go 8082 &
54
cd ../../../supertokens-website/test/server
55
-npm i -d
56
npm i git+https://github.com:supertokens/supertokens-node.git#$3
+npm i
57
cd ../../
58
npm i -d
59
SUPERTOKENS_CORE_TAG=$coreTag NODE_PORT=8081 INSTALL_PATH=../supertokens-root npm test
0 commit comments