Heroic deploy settings

This commit is contained in:
Jori Lallo 2016-05-22 22:22:14 -07:00
parent 869059040b
commit eeccd89531
2 changed files with 2 additions and 0 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: node index.js

View File

@ -8,6 +8,7 @@
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --progress",
"build:analyze": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --json | webpack-bundle-size-analyzer",
"build": "npm run clean && npm run build:webpack",
"heroku-postbuild": "npm build",
"start": "cross-env NODE_ENV=development DEBUG=1 ./node_modules/.bin/nodemon --watch server index.js",
"lint": "eslint src"
},