Skip to content

Commit

Permalink
Typecheck before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair committed Oct 16, 2020
1 parent 7bd83f7 commit 44d1c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"prettier": "^2.1.2"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-commit": "lint-staged && flow"
}
},
"lint-staged": {
Expand Down

0 comments on commit 44d1c90

Please sign in to comment.