remove useless command in ci

This commit is contained in:
Simon Vieille 2024-10-27 18:56:34 +01:00
commit 6be15c269b

View file

@ -7,17 +7,9 @@ when:
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
steps:
# "Install dependencies":
# image: node:20
# pull: true
# commands:
# - npm i
"Build JS":
image: node:20
commands:
- make dep
- ls -l node_modules/@nextcloud/vue/dist/Components
- make build
"Build translations":