move install in travis and out from lint.sh

This commit is contained in:
Eugenio Romano
2019-08-30 10:44:21 +01:00
parent 6c81cbc832
commit 52af042450
3 changed files with 67 additions and 69 deletions

View File

@@ -10,8 +10,6 @@ show_help() {
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR/../"
npm install
echo "====== Parallel lint ====="
npx concurrently -s "all" "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