diff --git a/.woodpecker.yml b/.woodpecker.yml index 1708693..637a45f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,13 +3,13 @@ pipeline: image: 'node:17.3.0' commands: - yarn install - - yarn run lint + # - yarn run lint test: image: 'node:17.3.0' comands: # Lint the code - - yarn run lint + # - yarn run lint # Make sure the project can be built - yarn run build