fix tslint error and add and block if tslint give error in the pipeline

This commit is contained in:
Eugenio Romano
2018-05-10 17:01:27 +01:00
parent ae9c9e6869
commit c1a8d60ac1
2 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ cd $DIR/..
echo "====== lint ====="
npm run lint-lib
npm run lint-lib || exit 1
echo "====== clean ====="