Update main package.json for heroku build
This commit is contained in:
parent
e09a981fe1
commit
ee990c5373
|
|
@ -3,7 +3,9 @@
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "\"Heroku client build\"",
|
"description": "\"Heroku client build\"",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "npm install --prefix client && npm run build --prefix client"
|
// "postinstall": "npm install --prefix client && npm run build --prefix client",
|
||||||
|
"heroku-postbuild": "npm run build --prefix client"
|
||||||
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.x"
|
"node": "8.x"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue