diff --git a/Jenkinsfile b/Jenkinsfile index d1cc66f6..04089ed1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ...'