Skip to content

Commit

Permalink
fix: Husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 22, 2020
1 parent 23f4bcc commit 0ef0ed5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"testEnvironment": "node"
},
"husky": {
"pre-push": "run-s test build"
"hooks": {
"pre-push": "yarn ci"
}
}
}

0 comments on commit 0ef0ed5

Please sign in to comment.