mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[no-issue] Parallel run e2e and e2e common action refactoring (#4702)
This commit is contained in:
@@ -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 ====="
|
||||
|
||||
|
Reference in New Issue
Block a user