Skip to content

Commit

Permalink
Fixed husky prepush cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Thines committed Jun 25, 2019
1 parent 7ddeeb3 commit f9c6fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
],
"husky": {
"hooks": {
"pre-push": "test:lint"
"pre-push": "yarn test:lint"
}
},
"config-overrides-path": "config/config-overrides"
Expand Down

0 comments on commit f9c6fa5

Please sign in to comment.