Skip to content
Snippets Groups Projects
Commit 2d23007e authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix CI.

parent 915a7f42
Branches
No related tags found
No related merge requests found
......@@ -5,11 +5,14 @@ echo "Installing node modules... Requires NPM"
npm install --loglevel=error > /dev/null
echo "Installing Bower components... Requires Bower (installed by NPM)"
$(npm bin)/bower install --allow-root > /dev/null
$(npm bin)/bower install --allow-root > /dev/null 2>/dev/null
echo "Removing node modules..."
rm -rf node_modules > /dev/null
echo "Installing gems... Requires Bundle"
bundle install
echo "Cleaning output directory... Requires Jekyll"
jekyll clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment