From 3850db268a8ad4b3cab6f349b2a9935ca29100b6 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 21 Jan 2016 10:54:49 -0800 Subject: [PATCH] [Documentation] #492 Added missing dependency for CircleCI --- README.md | 2 +- circle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90a55b2a61..59ba6cffff 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/circle.yml b/circle.yml index 36f4abf604..eb88167f53 100644 --- a/circle.yml +++ b/circle.yml @@ -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: