Skip to content

Commit

Permalink
add lint and typecheck to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
berndartmueller committed Aug 24, 2020
1 parent c440400 commit 02cad7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ install:
- npm install

script:
- npm run lint
- npm run typecheck
- npm test
- npm run build

Expand Down

0 comments on commit 02cad7c

Please sign in to comment.