Forgot to install npm deps globally in #516

This commit is contained in:
Michael Bryan 2017-12-30 20:23:06 +08:00
parent c721ba82b2
commit d4a5176f26
No known key found for this signature in database
GPG Key ID: E9C602B0D9A998DC
1 changed files with 1 additions and 1 deletions

View File

@ -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'