package.json: support to start non-interactively

This commit is contained in:
Florian Schüller 2024-08-16 16:14:34 +02:00 committed by Klara Simickova
parent 39a5e93c4a
commit afb4285570

View file

@ -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",