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

Commit

Permalink
test: bump port for mac compat
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 12, 2024
1 parent 4514281 commit 6f89271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build": "siroc build && cp dist/runtime/index.d.ts dist/runtime/index.d.mts",
"clean:fixture": "rimraf test/fixture/dist/ test/fixture/.nuxt",
"dev": "nuxt dev test/fixture",
"fixture:generate": "yarn fixture:generate:export && yarn http-server -s -p 5000 test/fixture/dist",
"fixture:generate": "yarn fixture:generate:export && yarn http-server -s -p 8000 test/fixture/dist",
"fixture:generate:export": "yarn clean:fixture && cross-env GENERATE=true PORT=6000 CMD=generate yarn nuxt-run",
"fixture:prod": "yarn clean:fixture && cross-env CMD=build yarn nuxt-run && cross-env CMD=start yarn nuxt-run",
"lint": "run-s lint:all:*",
Expand All @@ -49,7 +49,7 @@
"prepublishOnly": "yarn lint && yarn test",
"release": "release-it",
"test": "run-s test:*",
"test:e2e-generated": "cross-env GENERATE=true PORT=5000 start-server-and-test fixture:generate http://localhost:5000 \"testcafe -q firefox:headless test/e2e\"",
"test:e2e-generated": "cross-env GENERATE=true PORT=8000 start-server-and-test fixture:generate http://localhost:8000 \"testcafe -q firefox:headless test/e2e\"",
"test:e2e-globals": "cross-env GLOBALS=true PORT=3000 start-server-and-test fixture:prod http://localhost:3000 \"testcafe firefox:headless test/e2e\"",
"test:e2e-ssr": "cross-env PORT=4000 start-server-and-test fixture:prod http://localhost:4000 \"testcafe firefox:headless test/e2e\"",
"test:types": "tsd",
Expand Down

0 comments on commit 6f89271

Please sign in to comment.