Skip to content

Commit 2915870

Browse files
committed
fix: updated website test script
1 parent 1fc21e6 commit 2915870

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)