We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7c988 commit b7c140fCopy full SHA for b7c140f
1 file changed
api/package.json
@@ -10,7 +10,7 @@
10
"start": "yarn typeorm schema:sync && nest start",
11
"start:watch": "yarn typeorm schema:sync && nest start --watch",
12
"start:debug": "nest start --debug --watch",
13
- "start:prod": "yarn typeorm schema:sync && NODE_PATH=dist/src node dist/src/main",
+ "start:prod": "NODE_ENV=production yarn typeorm schema:sync && NODE_PATH=dist/src node dist/src/main",
14
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js -d src/data-source.ts",
15
"build": "rm -rf dist && tsc",
16
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
0 commit comments