Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
fix: run type check on push & pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Apr 17, 2019
1 parent 41f3f11 commit 1bc1670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint
- npm run check

- stage: test
name: chrome
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"pre-push": [
"lint",
"check",
"test"
],
"repository": {
Expand Down

0 comments on commit 1bc1670

Please sign in to comment.