fix: andere commando's ook aangepast om cross-envs te aanvaarden
This commit is contained in:
parent
0341701e17
commit
92c8aa5f96
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "NODE_ENV=production tsc --project tsconfig.json",
|
"build": "cross-env NODE_ENV=production tsc --project tsconfig.json",
|
||||||
"dev": "cross-env NODE_ENV=development tsx watch --env-file=.env.development.local src/app.ts",
|
"dev": "cross-env NODE_ENV=development tsx watch --env-file=.env.development.local src/app.ts",
|
||||||
"start": "NODE_ENV=production node --env-file=.env dist/app.js",
|
"start": "cross-env NODE_ENV=production node --env-file=.env dist/app.js",
|
||||||
"format": "prettier --write src/",
|
"format": "prettier --write src/",
|
||||||
"format-check": "prettier --check src/",
|
"format-check": "prettier --check src/",
|
||||||
"lint": "eslint . --fix",
|
"lint": "eslint . --fix",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue