Skip to content
Snippets Groups Projects
Commit 96ffc049 authored by Mathis Neumann's avatar Mathis Neumann
Browse files

build docs on heroku

parent c7a9f6ac
No related branches found
No related tags found
No related merge requests found
{
"name": "iobserve-ui",
"version": "0.9.0",
"version": "0.9.1",
"description": "Web based user interface for the iObserve project",
"private": true,
"directories": {
......@@ -13,7 +13,8 @@
"test": "npm run lint-docs && ember test",
"lint-docs": "./node_modules/.bin/yuidoc --lint app",
"dev-docs": "./node_modules/.bin/yuidoc --server 5000 app",
"build-docs": "./node_modules/.bin/yuidoc app"
"build-docs": "./node_modules/.bin/yuidoc app",
"postinstall": "npm run build-docs"
},
"repository": "",
"engines": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment