Skip to content

Commit 8b796ed

Browse files
author
Ruben van Leeuwen
committed
1500: Move husky to postinstall
1 parent 6dd56c7 commit 8b796ed

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
@@ -11,7 +11,7 @@
1111
"lint": "next lint",
1212
"prettier": "prettier -c \"{**/*,*}.{ts,tsx,json,js,md}\"",
1313
"prettier-fix": "prettier --write \"{**/*,*}.{ts,tsx,json,js,md}\"",
14-
"prepare": "husky"
14+
"postinstall": "husky"
1515
},
1616
"dependencies": {
1717
"@elastic/datemath": "^5.0.3",

0 commit comments

Comments
 (0)