Skip to content

Commit

Permalink
Run ts validation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Mar 7, 2019
1 parent 7020bf8 commit 6918869
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ install:
- yarn install

script:
- yarn tsc:validate
- yarn lint
- yarn bundle
- yarn test
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install:
- yarn install

build_script:
- yarn tsc:validate
- yarn lint
- yarn bundle
- yarn test
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@
"include": [
"./src/**/*.ts",
],
"exclude": [
"./src/**/*.test.ts",
]
}

0 comments on commit 6918869

Please sign in to comment.