Skip to content

Commit

Permalink
Merge pull request #11 from coinbase/wilson/prepare
Browse files Browse the repository at this point in the history
Wilson/prepare
  • Loading branch information
wilsoncusack authored Apr 12, 2024
2 parents 648ff60 + 66d834e commit f1647ac
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 @@ -2,7 +2,8 @@
"dependencies": { "dprint": "^0.45.0", "simple-git-hooks": "^2.11.0" },
"scripts": {
"format": "dprint fmt",
"format-check": "dprint check"
"format-check": "dprint check",
"prepare": "bun x simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "bun run format-check"
Expand Down

0 comments on commit f1647ac

Please sign in to comment.