diff --git a/bin/travis.sh b/bin/travis.sh index 4f4a46437b48..21c7da01fb0a 100755 --- a/bin/travis.sh +++ b/bin/travis.sh @@ -4,7 +4,7 @@ set -e # Running Code Linter -- Requires @loopback/build so it's bootstrapped if [ $TASK = "code-lint" ]; then echo "TASK => LINTING CODE" - lerna bootstrap --scope @loopback/build + lerna bootstrap --scope @loopback/build --scope @loopback/tslint-config npm run lint # Commit Message Linter