diff --git a/package.json b/package.json index 19325ce9..f7467e01 100644 --- a/package.json +++ b/package.json @@ -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"