From 76389642031c235f4f909c3e2c8fb496d3d98c95 Mon Sep 17 00:00:00 2001 From: Dmytro <dbogatov@wpi.edu> Date: Mon, 13 Feb 2017 19:37:49 -0500 Subject: [PATCH] Fix CI. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 307f5af..68bca17 100755 --- a/build.sh +++ b/build.sh @@ -6,6 +6,6 @@ echo "Installing node modules... Requires NPM" npm install --loglevel=error > /dev/null echo "Installing Bower libraries... Requires Bower (installed by NPM)" -$(npm bin)/bower install > /dev/null +$(npm bin)/bower --allow-root install > /dev/null echo "Build completed!" -- GitLab