Remove views node_modules folders at the end of build
This commit is contained in:
parent
bdfdba172d
commit
72da542a1a
@ -9,6 +9,8 @@ steps:
|
|||||||
- npm install
|
- npm install
|
||||||
- npm run install
|
- npm run install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- rm -rf views/node_modules
|
||||||
|
- rm -rf views_repo/node_modules
|
||||||
- name: Publish to docker
|
- name: Publish to docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user