From f4a681d7825a70188cccc46889f16496a698b177 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 26 Feb 2024 22:08:45 +0100 Subject: [PATCH] feat: update "prepare" script in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",