diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index f0d0e0e..38526c5 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -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":