Skip to content

Commit

Permalink
chore: compile the code before running eslint on Travis CI
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed May 19, 2020
1 parent c2bd8c5 commit 8608ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
# is not able to access type information for dependencies
script:
- lerna bootstrap
- npm run build
- npm run lint

- node_js: "12"
Expand Down

0 comments on commit 8608ea7

Please sign in to comment.