use heroku-postbuild

pull/274/head
Rick Carlino 2016-09-22 11:14:36 -05:00
parent e86d2d196b
commit e8c5719a55
1 changed files with 3 additions and 1 deletions

View File

@ -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"