Added production startup script

This commit is contained in:
William Welling
2016-12-05 07:54:52 -06:00
parent ee2e4620c2
commit ecdf7d5b16
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@ npm-debug.log
.idea
*.ngfactory.ts
*.css.shim.ts
*.scss.shim.ts
.DS_Store

View File

@@ -22,6 +22,8 @@
"server": "nodemon dist/server/index.js",
"debug:server": "node-nightly --inspect --debug-brk dist/server/index.js",
"start": "npm run server",
"start:prod:node": "node dist/server/index.js",
"start:prod": "npm run build:prod:ngc:json && npm run start:prod:node",
"debug:start": "npm run build && npm run debug:server",
"predebug": "npm run build",
"debug:build": "node-nightly --inspect --debug-brk node_modules/webpack/bin/webpack.js",