Add heroku-postinstall to package.json

pull/274/head
Rick Carlino 2016-09-22 09:28:00 -05:00
parent 3a917943a0
commit b0d1590b61
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
"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)",
"main": "index.js",
"scripts": {
"start": "rake frontend:install"
},
"scripts": { "heroku-postbuild": "rake frontend:install" },
"repository": {
"type": "git",
"url": "git+https://github.com/rickcarlino/farmbot-web-app.git"