|
@@ -12,7 +12,7 @@
|
|
"start": "nest start",
|
|
"start": "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:prod": "node dist/main",
|
|
|
|
|
|
+ "start:prod": "node dist/src/main",
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
"test": "jest",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:watch": "jest --watch",
|
|
@@ -87,4 +87,4 @@
|
|
"coverageDirectory": "../coverage",
|
|
"coverageDirectory": "../coverage",
|
|
"testEnvironment": "node"
|
|
"testEnvironment": "node"
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|