This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
"build" : " siroc build && cp dist/runtime/index.d.ts dist/runtime/index.d.mts" ,
38
38
"clean:fixture" : " rimraf test/fixture/dist/ test/fixture/.nuxt" ,
39
39
"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" ,
41
41
"fixture:generate:export" : " yarn clean:fixture && cross-env GENERATE=true PORT=6000 CMD=generate yarn nuxt-run" ,
42
42
"fixture:prod" : " yarn clean:fixture && cross-env CMD=build yarn nuxt-run && cross-env CMD=start yarn nuxt-run" ,
43
43
"lint" : " run-s lint:all:*" ,
49
49
"prepublishOnly" : " yarn lint && yarn test" ,
50
50
"release" : " release-it" ,
51
51
"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\" " ,
53
53
"test:e2e-globals" : " cross-env GLOBALS=true PORT=3000 start-server-and-test fixture:prod http://localhost:3000 \" testcafe firefox:headless test/e2e\" " ,
54
54
"test:e2e-ssr" : " cross-env PORT=4000 start-server-and-test fixture:prod http://localhost:4000 \" testcafe firefox:headless test/e2e\" " ,
55
55
"test:types" : " tsd" ,
You can’t perform that action at this time.
0 commit comments