Update build steps
This commit is contained in:
parent
ce3432dc8f
commit
208290a526
|
|
@ -3,7 +3,7 @@
|
|||
"version": "1.0.1",
|
||||
"description": "\"Heroku client build\"",
|
||||
"scripts": {
|
||||
"heroku-postbuild": "npm run build --prefix client"
|
||||
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.x"
|
||||
|
|
|
|||
Loading…
Reference in New Issue