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 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:*" ,
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" ,
You can’t perform that action at this time.
0 commit comments