From 44e75ee7e1ffa1ff71001e9e467046eca3e9057c Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Fri, 16 Aug 2024 22:10:23 -0600 Subject: [PATCH] refactor: update deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c5731d98..5ca5f59af 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "format-and-lint": "biome check .", "check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true", "format-and-lint:fix": "biome check . --write", - "prepare": "node .husky/install.mjs" + "prepare": "node ./.config/.husky/install.mjs" }, "devDependencies": { "dotenv": "16.4.5",