squash task pipeline

This commit is contained in:
Eugenio Romano
2019-03-14 03:20:19 +00:00
parent 7bc2fafcca
commit f1014706cf
2 changed files with 12 additions and 12 deletions

View File

@@ -14,3 +14,11 @@ npm run lint-e2e || exit 1
echo "====== lint Demo shell ====="
ng lint dev || exit 1
echo "====== spellcheck ====="
npm run spellcheck || exit 1
echo "====== styleLint ====="
npm run stylelint || exit 1