Skip to content

Commit

Permalink
package.json: support to start non-interactively
Browse files Browse the repository at this point in the history
  • Loading branch information
schuellerf authored and regexowl committed Aug 19, 2024
1 parent 39a5e93 commit afb4285
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
"lint:js": "eslint src",
"lint:js:fix": "eslint src --fix",
"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:watch": "TZ=UTC vitest",
"test:coverage": "TZ=UTC vitest run --coverage",
Expand Down

0 comments on commit afb4285

Please sign in to comment.