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