diff --git a/package.json b/package.json index d17bcf9b9..d115c8a56 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "farmbot_api", "version": "1.0.0", "description": "[![Code Climate](https://codeclimate.com/github/FarmBot/farmbot-web-app/badges/gpa.svg)](https://codeclimate.com/github/FarmBot/farmbot-web-app) [![Test Coverage](https://codeclimate.com/github/FarmBot/farmbot-web-app/badges/coverage.svg)](https://codeclimate.com/github/FarmBot/farmbot-web-app) [![Build Status](https://travis-ci.org/FarmBot/farmbot-web-app.svg)](https://travis-ci.org/FarmBot/farmbot-web-app)", - "scripts": { "start": "./install_frontend.sh" }, + "scripts": { + "start": "echo starting...", + "heroku-postbuild": "./install_frontend.sh" }, "repository": { "type": "git", "url": "git+https://github.com/rickcarlino/farmbot-web-app.git"