1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

Run eslint in jenkins script

This commit is contained in:
David Baker
2016-07-01 19:38:14 +01:00
parent 21cc4cba9a
commit 28e620f19b

View File

@@ -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