diff --git a/package.json b/package.json index f25ea26..3b7a8cf 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", "format": "prettier --write .", - "prepare": "npx husky install && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" + "prepare": "npx husky && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@sveltejs/adapter-vercel": "^5.1.0",