From ad773655cf8d83da521de26b9fd8cc359fd426ec Mon Sep 17 00:00:00 2001 From: Clark Sell Date: Mon, 12 Sep 2022 17:46:36 -0500 Subject: [PATCH] fix: husky not found --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef56aa6d1..ea914ec39 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "license": "GPL-3.0", "scripts": { - "prepare": "husky install", + "prepare": "npx husky install", "dev": "env-cmd svelte-kit dev", "local:build": "env-cmd svelte-kit build", "build": "svelte-kit build",