Skip to content

Commit 304d721

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

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)