Skip to content

Commit f2bd8dc

Browse files
Merge pull request #236 from supertokens/website-test-issue
fix: updated website test script
2 parents 4d6d0f7 + fe99445 commit f2bd8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/setupAndTestWithFrontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ cd ../project/test/frontendIntegration/
5252
go run main.go &
5353
go run main.go 8082 &
5454
cd ../../../supertokens-website/test/server
55-
npm i -d
5655
npm i git+https://github.com:supertokens/supertokens-node.git#$3
56+
npm i
5757
cd ../../
5858
npm i -d
5959
SUPERTOKENS_CORE_TAG=$coreTag NODE_PORT=8081 INSTALL_PATH=../supertokens-root npm test

0 commit comments

Comments
 (0)