diff --git a/.woodpecker.yml b/.woodpecker.yml index fd4c65d..576865e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,7 @@ pipeline: image: node:16 pull: true commands: - - npm i - - npm link @nextcloud/vue + - npm ci when: event: [tag, push, pull_request] branch: [master, develop, feature/*, translations]