Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6f89271

Browse files
committed
test: bump port for mac compat
1 parent 4514281 commit 6f89271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build": "siroc build && cp dist/runtime/index.d.ts dist/runtime/index.d.mts",
3838
"clean:fixture": "rimraf test/fixture/dist/ test/fixture/.nuxt",
3939
"dev": "nuxt dev test/fixture",
40-
"fixture:generate": "yarn fixture:generate:export && yarn http-server -s -p 5000 test/fixture/dist",
40+
"fixture:generate": "yarn fixture:generate:export && yarn http-server -s -p 8000 test/fixture/dist",
4141
"fixture:generate:export": "yarn clean:fixture && cross-env GENERATE=true PORT=6000 CMD=generate yarn nuxt-run",
4242
"fixture:prod": "yarn clean:fixture && cross-env CMD=build yarn nuxt-run && cross-env CMD=start yarn nuxt-run",
4343
"lint": "run-s lint:all:*",
@@ -49,7 +49,7 @@
4949
"prepublishOnly": "yarn lint && yarn test",
5050
"release": "release-it",
5151
"test": "run-s test:*",
52-
"test:e2e-generated": "cross-env GENERATE=true PORT=5000 start-server-and-test fixture:generate http://localhost:5000 \"testcafe -q firefox:headless test/e2e\"",
52+
"test:e2e-generated": "cross-env GENERATE=true PORT=8000 start-server-and-test fixture:generate http://localhost:8000 \"testcafe -q firefox:headless test/e2e\"",
5353
"test:e2e-globals": "cross-env GLOBALS=true PORT=3000 start-server-and-test fixture:prod http://localhost:3000 \"testcafe firefox:headless test/e2e\"",
5454
"test:e2e-ssr": "cross-env PORT=4000 start-server-and-test fixture:prod http://localhost:4000 \"testcafe firefox:headless test/e2e\"",
5555
"test:types": "tsd",

0 commit comments

Comments
 (0)