okay, so deleting these dirs is not required
This commit is contained in:
parent
3b2fcbe16e
commit
04afcad428
1 changed files with 0 additions and 15 deletions
|
@ -1,19 +1,4 @@
|
||||||
# This file is generated by GitLab CI
|
|
||||||
stages:
|
|
||||||
- clean
|
|
||||||
- build
|
|
||||||
|
|
||||||
cleanup:
|
|
||||||
stage: clean
|
|
||||||
script:
|
|
||||||
- rm -r node_modules
|
|
||||||
- rm -r bower_components
|
|
||||||
tags:
|
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
|
|
||||||
Npm, Bower, Grunt:
|
Npm, Bower, Grunt:
|
||||||
stage: build
|
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- bower install
|
- bower install
|
||||||
|
|
Loading…
Reference in a new issue