Navigation Menu

Skip to content

Commit

Permalink
build: fix code-lint task for Travis CI builds
Browse files Browse the repository at this point in the history
Fix code-lint to install dependencies of `@loopback/eslint-config`.
  • Loading branch information
bajtos committed Jan 7, 2019
1 parent e0df285 commit 2386e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis.sh
Expand Up @@ -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
Expand Down

0 comments on commit 2386e1a

Please sign in to comment.