package.json: support to start non-interactively
This commit is contained in:
parent
39a5e93c4a
commit
afb4285570
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@
|
||||||
"lint:js": "eslint src",
|
"lint:js": "eslint src",
|
||||||
"lint:js:fix": "eslint src --fix",
|
"lint:js:fix": "eslint src --fix",
|
||||||
"start": "fec dev",
|
"start": "fec dev",
|
||||||
"start:msw": "MSW=TRUE fec dev",
|
"start:stage": "fec dev --clouddotEnv=stage",
|
||||||
|
"start:prod": "fec dev --clouddotEnv=prod",
|
||||||
|
"start:msw:stage": "NODE_ENV=development MSW=TRUE fec dev --clouddotEnv=stage",
|
||||||
"test": "TZ=UTC vitest run",
|
"test": "TZ=UTC vitest run",
|
||||||
"test:watch": "TZ=UTC vitest",
|
"test:watch": "TZ=UTC vitest",
|
||||||
"test:coverage": "TZ=UTC vitest run --coverage",
|
"test:coverage": "TZ=UTC vitest run --coverage",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue