diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index ae6821c..c0950f5 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "node": "8.7.0" }, "scripts": { - "build": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors", - "start": "node ./server.js" + "heroku-postbuild": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors" }, "dependencies": { "aws-sdk": "^2.138.0", |
