Cleanup after syntax check

This commit is contained in:
Jamie Curnow 2020-02-19 14:05:05 +10:00
parent 42f6813641
commit fcd3c627ae

2
Jenkinsfile vendored
View file

@ -50,7 +50,7 @@ pipeline {
-v "$(pwd)/backend:/app" \\
-w /app \\
node:latest \\
sh -c "yarn install && yarn eslint ."
sh -c "yarn install && yarn eslint . && rm -rf node_modules"
'''
echo 'Docker Build ...'