Clean CI cache

This commit is contained in:
lostinlight 2018-04-03 06:44:40 +03:00
parent 468f817443
commit 847acb13c0

View file

@ -1,8 +1,9 @@
image: node:latest image: node:6.11.1
pages: pages:
script: script:
- npm cache clean --force
- npm install - npm install
- npm install gulp -g - npm install gulp -g
- gulp build --cwd ./themes/starter - gulp build --cwd ./themes/starter