Remove views node_modules folders at the end of build
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user