mirror of https://github.com/vector-im/riot-web
Update jenkins.sh
parent
a5592d5c1f
commit
b893ea3bdb
|
@ -15,10 +15,10 @@ set -x
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
# run the mocha tests
|
# run the mocha tests
|
||||||
yarn test
|
#yarn test
|
||||||
|
|
||||||
# run eslint
|
# run eslint
|
||||||
yarn lintall -- -f checkstyle -o eslint.xml || true
|
#yarn lintall -- -f checkstyle -o eslint.xml || true
|
||||||
|
|
||||||
rm dist/riot-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
|
rm dist/riot-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue