Update build steps

This commit is contained in:
Ramon Wenger 2018-08-08 18:03:04 +02:00
parent ce3432dc8f
commit 208290a526
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.1", "version": "1.0.1",
"description": "\"Heroku client build\"", "description": "\"Heroku client build\"",
"scripts": { "scripts": {
"heroku-postbuild": "npm run build --prefix client" "heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
}, },
"engines": { "engines": {
"node": "8.x" "node": "8.x"