Clément VERDOIRE 3 years ago
commit 40b32dc9bf

@ -10,4 +10,4 @@ steps:
image: node image: node
commands: commands:
- npm install - npm install
- find -name "*.js" | xargs node -c - find -name "*.js"| grep -v "node_modules" | xargs node -c

Loading…
Cancel
Save