Fix react-ui build command to work with npm 5.

This commit is contained in:
Mars Hall
2017-07-02 14:10:34 -07:00
parent a95baa14c3
commit bbcc48ea58

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"start": "node server",
"heroku-postbuild": "cd react-ui/ && npm install --only=dev && npm install && npm run build"
"heroku-postbuild": "cd react-ui/ && npm install --only=dev && NODE_ENV=development npm install --no-shrinkwrap && npm run build"
},
"cacheDirectories": [
"node_modules",