[Documentation] #492 Added missing dependency for CircleCI

This commit is contained in:
Henry 2016-01-21 10:54:49 -08:00
parent fcae3fd7a9
commit 3850db268a
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ npm install. Ensure your system has [libcairo](http://cairographics.org/)
installed and then run the following commands:
* `npm install`
* `npm install nomnoml`
* `npm install canvas nomnoml`
* `npm run docs`
Documentation will be generated in `target/docs`.

View File

@ -2,7 +2,7 @@ deployment:
production:
branch: master
commands:
- npm install nomnoml
- npm install canvas nomnoml
- ./build-docs.sh
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
openmctweb-staging-un: