CI: exclude node_modules 3

This commit is contained in:
prosety
2022-11-14 00:01:59 +01:00
parent 02f698abb7
commit 98c85703e2

View File

@@ -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