Skip to content

Commit

Permalink
Merge pull request #18 from Madhu5A3/consoleTableexp
Browse files Browse the repository at this point in the history
Update: Husky Pre-Commit-Push  Hook
  • Loading branch information
mmkvdev authored Jun 1, 2020
2 parents 639ab1d + 118d236 commit 9205706
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 @@ -28,7 +28,8 @@
},
"husky": {
"hooks": {
"pre-commit": " CI=true npm test"
"pre-commit": "CI=true npm test",
"pre-push": "CI=true npm test"
}
},
"eslintConfig": {
Expand Down

0 comments on commit 9205706

Please sign in to comment.