Update main package.json for heroku build

This commit is contained in:
Ramon Wenger 2018-08-08 17:38:44 +02:00
parent e09a981fe1
commit ee990c5373
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
"version": "1.0.1",
"description": "\"Heroku client build\"",
"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": {
"node": "8.x"