From 097ccc9dc9af0e141285f52890020f97d824f6e0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 19 Mar 2023 09:34:23 +0100 Subject: [PATCH] update ci conf --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]