1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-30 19:33:53 +01:00

Fix ci build script

This commit is contained in:
squidfunk 2016-09-02 00:44:49 +02:00
parent d7d7ef566c
commit 1a92f01c41

View File

@ -27,13 +27,7 @@ node_js:
# Install dependencies
before_script:
# Install bower
- npm install -g bower
# Install project dependencies
- npm install
- bower install
# Perform build and tests
script: gulp build --production
script: npm run build