Skip to content

Commit

Permalink
Add format to husky hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Dec 26, 2023
1 parent 76d0493 commit fda8d4d
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 @@ -64,7 +64,7 @@
},
"husky": {
"hooks": {
"pre-push": "npm-run-all test lint"
"pre-push": "npm-run-all format test lint"
}
},
"packageManager": "yarn@3.3.1"
Expand Down

0 comments on commit fda8d4d

Please sign in to comment.