Skip to content

Commit eeccd89

Browse files
committedMay 23, 2016
Heroic deploy settings
1 parent 8690590 commit eeccd89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node index.js

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.