Skip to content

Commit

Permalink
Added husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki Osame committed Jul 7, 2019
1 parent 2b43ef2 commit 700e9b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"test": "jest",
"lint": "eslint src"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
Expand Down

0 comments on commit 700e9b1

Please sign in to comment.