CI: exclude node_modules 3
This commit is contained in:
@@ -8,7 +8,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules .git
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: docker/compose
|
image: docker/compose
|
||||||
|
Reference in New Issue
Block a user