chore: remove husky install in prepare script
This commit is contained in:
parent
64740a0b2f
commit
23433fcc23
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
"build:preview": "astro build && astro preview",
|
||||
"deploy": "astro build && scp -r dist ayo@ayco.io:~/ayco.io-flask/",
|
||||
"copy:dist": "astro build && cp -R dist ../ayco.io-flask/",
|
||||
"prepare": "husky && husky install",
|
||||
"prepare": "husky",
|
||||
"prep:now": "npx jiti ./commands/prep-now.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue