From e8c5719a55247b56b740bf71b235d81fad9c2cb8 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Thu, 22 Sep 2016 11:14:36 -0500 Subject: [PATCH] use heroku-postbuild --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"