neighbourhoodie / voice-of-interconnect

Offline First demo app for IBM InterConnect 2017
https://voiceofinterconnect.com/
Apache License 2.0
9 stars 1 forks source link

Updates to package.json to support webpack build on deploy #26

Closed markwatsonatx closed 7 years ago

markwatsonatx commented 7 years ago

To run webpack during deploy you need to set the "postinstall" script in package.json. This also requires that webpack and related dependencies are listed in dependencies - not devDependencies. Need to do more research on this.