Remove views node_modules folders at the end of build

This commit is contained in:
Fabian Stamm 2020-03-09 19:08:53 +01:00
parent bdfdba172d
commit 72da542a1a
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ steps:
- npm install
- npm run install
- npm run build
- rm -rf views/node_modules
- rm -rf views_repo/node_modules
- name: Publish to docker
image: plugins/docker
settings: