From 63d9810f424ab5e0eb33989dc47c8c39e7761c57 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Thu, 30 Dec 2021 08:40:54 +0100 Subject: [PATCH] Idme --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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