From d4a5176f26003104299c86f3364979a971b8878f Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Sat, 30 Dec 2017 20:23:06 +0800 Subject: [PATCH] Forgot to install npm deps globally in #516 --- ci/github_pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/github_pages.sh b/ci/github_pages.sh index 3bb871ae..2b6eec47 100644 --- a/ci/github_pages.sh +++ b/ci/github_pages.sh @@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] || fi # Make sure we have the css dependencies -npm install stylus nib +npm install -g stylus nib NC='\033[39m' CYAN='\033[36m'