package.json: add script prepare
This commit is contained in:
parent
5693186d1b
commit
3ecf4d10af
@ -5,7 +5,8 @@
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"lint": "turbo lint -- --fix --max-warnings 0",
|
||||
"format": "prettier --end-of-line lf --write \"**/*.{ts,tsx,md,mjs}\""
|
||||
"format": "prettier --end-of-line lf --write \"**/*.{ts,tsx,md,mjs}\"",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^9.1.7",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user