[no-issue] Parallel run e2e and e2e common action refactoring (#4702)

This commit is contained in:
Eugenio Romano
2019-05-13 04:44:35 +02:00
committed by GitHub
parent a48bfc3714
commit 898e3b5a80
288 changed files with 8704 additions and 5130 deletions

View File

@@ -10,25 +10,9 @@ show_help() {
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR/../"
echo "====== lint Lib ====="
echo "====== Parallel lint ====="
npm run lint-lib || exit 1
echo "====== lint E2E ====="
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
concurrently -s "npm run lint-lib || exit 1" "npm run stylelint || exit 1" "npm run spellcheck || exit " "ng lint dev || exit 1" "npm run lint-e2e || exit 1" || exit 1
echo "====== exclude-word ====="