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 886b936 commit f2c4b27Copy full SHA for f2c4b27
package.json
@@ -9,7 +9,7 @@
9
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
10
"start:dev": "nest start --watch",
11
"start:debug": "nest start --debug --watch",
12
- "start": "npm i typeorm",
+ "start": "node dist/main",
13
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
14
"test": "jest",
15
"test:watch": "jest --watch",
0 commit comments