Revise react-ui build to honor lock file for production dependencies

This commit is contained in:
Mars Hall
2017-07-05 11:01:48 -07:00
parent bbcc48ea58
commit 31f86543dd

View File

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