From 23433fcc2371a255f31c53eec7efc5c0ec5c8bfe Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 5 Jan 2025 20:16:45 +0100 Subject: [PATCH] chore: remove husky install in prepare script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 065808c..0c6617c 100644 --- a/package.json +++ b/package.json @@ -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": {