diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b8609f..07e34fe 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: dependencies: image: deblan/devenv commands: - - npm install + - make dep when: event: [tag, push, pull_request] branch: [master, develop, feature/*] @@ -10,7 +10,7 @@ pipeline: build: image: deblan/devenv commands: - - make npm-build + - make build when: event: [push, pull_request]