Scripts update, unecessary directories remove

This commit is contained in:
kamil.mysliwiec
2017-05-21 14:15:00 +02:00
parent 098e27639c
commit f998f7292d
7 changed files with 8 additions and 59 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
"description": "Nest TypeScript starter repository",
"license": "MIT",
"scripts": {
"start": "node index.js"
"start": "node index.js",
"prestart:prod": "tsc",
"start:prod": "node dist/server.js"
},
"dependencies": {
"@nestjs/common": "*",