Skip to content

Commit 97a89fd

Browse files
committed
chore: update husky prepare command
Signed-off-by: Tierney Cyren <[email protected]>
1 parent 0f7c5db commit 97a89fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format": "prettier --write .",
1616
"format:changed": "pretty-quick --staged",
1717
"format:check": "prettier --check .",
18-
"prepare": "husky install",
18+
"prepare": "husky",
1919
"e2e": "turbo run e2e --parallel"
2020
},
2121
"author": "Twilio <[email protected]>",

0 commit comments

Comments
 (0)