Skip to content

Commit

Permalink
Revert "use heroku specifiic postinstall"
Browse files Browse the repository at this point in the history
This reverts commit 8ac1b20.
  • Loading branch information
visnup committed Nov 29, 2018
1 parent 8ac1b20 commit e812858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "server.js",
"scripts": {
"heroku-postinstall": "webpack --optimize-minimize",
"postinstall": "if [ -n \"$NPM_CONFIG_PRODUCTION\" ]; then webpack --optimize-minimize; fi",
"start": "forever --watch server.js",
"dev": "webpack-dev-server --hot --inline -d --devtool=cheap-module-eval-source-map"
},
Expand Down

0 comments on commit e812858

Please sign in to comment.