[debug] ci build

This commit is contained in:
Simon Vieille 2024-10-27 18:17:13 +01:00
commit bae53b8e04

View file

@ -16,6 +16,9 @@ steps:
"Build JS":
image: node:20
commands:
- make dep
- ls -l node_modules/@nextcloud/vue
- ls -l node_modules/@nextcloud/vue/dist
- make build
"Build translations":