You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-04 09:42:42 +03:00
Make jenkins run the linter
This commit is contained in:
@@ -26,6 +26,9 @@ cp -r olm/package node_modules/olm
|
|||||||
# run the mocha tests
|
# run the mocha tests
|
||||||
npm run test
|
npm run test
|
||||||
|
|
||||||
|
# run eslint
|
||||||
|
npm run lintall -- -f checkstyle -o eslint.xml || true
|
||||||
|
|
||||||
rm dist/vector-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
|
rm dist/vector-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
|
||||||
|
|
||||||
# node_modules deps from 'npm install' don't have a .git dir so can't
|
# node_modules deps from 'npm install' don't have a .git dir so can't
|
||||||
|
|||||||
Reference in New Issue
Block a user