This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
"start:nest": "nest start",
|
"start:nest": "nest start",
|
||||||
"start:dev": "nest start --watch",
|
"start:dev": "nest start --watch",
|
||||||
"start:debug": "nest start --debug --watch",
|
"start:debug": "nest start --debug --watch",
|
||||||
"start": "NODE_ENV=production node --trace-warnings dist/src/main",
|
"start": "NODE_ENV=production node --trace-warnings dist/main",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|||||||
Reference in New Issue
Block a user