Skip to content

Commit 20e24a4

Browse files
committed
test: change the sanity test from localhost to 127.0.0.1
1 parent cba29f7 commit 20e24a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"check-types": "tsc --noEmit --pretty",
1818
"commit": "cz",
1919
"test": "jest",
20-
"test:dev": "start-server-and-test dev http://localhost:4000 'curl --head http://localhost:4000'",
20+
"test:dev": "start-server-and-test dev http://127.0.0.1:4000 'curl --head http://127.0.0.1:4000'",
2121
"db:push": "prisma db push",
2222
"prepare": "husky install",
2323
"postinstall": "prisma generate"

0 commit comments

Comments
 (0)