forked from matrix/element-web
Update jenkins.sh
This commit is contained in:
parent
a5592d5c1f
commit
b893ea3bdb
|
@ -15,10 +15,10 @@ set -x
|
|||
yarn install
|
||||
|
||||
# run the mocha tests
|
||||
yarn test
|
||||
#yarn test
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue