From 76dbda19467563ac3d7ae1bdc46892b5c7759927 Mon Sep 17 00:00:00 2001 From: Ksawery Kasprzycki <94475379+ksawerykasp@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:42:04 +0200 Subject: [PATCH] fix: change husky prepare command (#108) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80a5421..a3e184f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "e2e": "playwright test", "e2e:ui": "playwright test --ui", "postbuild": "next-sitemap --config next-sitemap.config.js", - "prepare": "husky install", + "prepare": "husky", "postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide" }, "husky": {