diff --git a/.woodpecker.yml b/.woodpecker.yml index f289333..4a1a45d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,13 +9,6 @@ pipeline: commands: - npm run lint - package_setup: - image: node:18 - commands: - - npm install --production - when: - event: tag - linux_package: group: packaging image: node:18