Merge pull request #496 from nasa/open492

[Documentation] #492 Amended CircleCI configuration to add missing dependency
This commit is contained in:
Victor Woeltjen ★ 2016-01-22 09:30:27 -08:00
commit 45276183b9
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: