From 28e620f19b9ba68a55c0c4c90b70c2563da1c802 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 1 Jul 2016 19:38:14 +0100 Subject: [PATCH] Run eslint in jenkins script --- jenkins.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins.sh b/jenkins.sh index 26d434a504..b318b586e2 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -15,6 +15,9 @@ npm install # run the mocha tests npm run test +# run eslint +npm run lint -- -f checkstyle -o eslint.xml || true + # delete the old tarball, if it exists rm -f matrix-react-sdk-*.tgz