Fix ci build script
This commit is contained in:
parent
d7d7ef566c
commit
1a92f01c41
|
|
@ -27,13 +27,7 @@ node_js:
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
before_script:
|
before_script:
|
||||||
|
|
||||||
# Install bower
|
|
||||||
- npm install -g bower
|
|
||||||
|
|
||||||
# Install project dependencies
|
|
||||||
- npm install
|
- npm install
|
||||||
- bower install
|
|
||||||
|
|
||||||
# Perform build and tests
|
# Perform build and tests
|
||||||
script: gulp build --production
|
script: npm run build
|
||||||
Loading…
Reference in New Issue