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

@@ -19,6 +19,7 @@ export interface HightlightTransformResult {
text: string; text: string;
changed: boolean; changed: boolean;
} }
export class HighlightTransformService { export class HighlightTransformService {
/** /**

View File

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