Skip to content

Commit f2c4b27

Browse files
authored
Update package.json
1 parent 886b936 commit f2c4b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
1010
"start:dev": "nest start --watch",
1111
"start:debug": "nest start --debug --watch",
12-
"start": "npm i typeorm",
12+
"start": "node dist/main",
1313
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1414
"test": "jest",
1515
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)