Skip to content

Commit d4a5176

Browse files
Forgot to install npm deps globally in #516
1 parent c721ba8 commit d4a5176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github_pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] ||
1111
fi
1212

1313
# Make sure we have the css dependencies
14-
npm install stylus nib
14+
npm install -g stylus nib
1515

1616
NC='\033[39m'
1717
CYAN='\033[36m'

0 commit comments

Comments
 (0)