Skip to content

Commit b88c3d9

Browse files
committed
chore: compile the code before running eslint on Travis CI
Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent 2e32364 commit b88c3d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# is not able to access type information for dependencies
4444
script:
4545
- lerna bootstrap
46+
- npm run build
4647
- npm run lint
4748

4849
- node_js: "12"

0 commit comments

Comments
 (0)