mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-02 02:51:30 +02:00
Run eslint in jenkins script
This commit is contained in:
parent
21cc4cba9a
commit
28e620f19b
@ -15,6 +15,9 @@ npm install
|
|||||||
# run the mocha tests
|
# run the mocha tests
|
||||||
npm run test
|
npm run test
|
||||||
|
|
||||||
|
# run eslint
|
||||||
|
npm run lint -- -f checkstyle -o eslint.xml || true
|
||||||
|
|
||||||
# delete the old tarball, if it exists
|
# delete the old tarball, if it exists
|
||||||
rm -f matrix-react-sdk-*.tgz
|
rm -f matrix-react-sdk-*.tgz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user