From 10b09c442205ef4423563096268b118cd2128437 Mon Sep 17 00:00:00 2001 From: Nathan BOILEAU Date: Sun, 20 Nov 2022 18:45:53 +0100 Subject: [PATCH] Test drone 2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 21326f6f..7b1de33f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,4 @@ steps: image: node commands: - npm install - - find -name "*.js"| grep -v "node_modules" | xargs node -c \ No newline at end of file + # - find -name "*.js"| grep -v "node_modules" | xargs node -c \ No newline at end of file