From 0135135f8767f082567b4d2cdf1e5d0daf893e81 Mon Sep 17 00:00:00 2001 From: Govind Kamtamneni Date: Sun, 20 Aug 2023 01:17:13 +0000 Subject: [PATCH] fix husky install --- ui/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/typescript/package.json b/ui/typescript/package.json index 8a526511..52007188 100644 --- a/ui/typescript/package.json +++ b/ui/typescript/package.json @@ -8,7 +8,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "prepare": "cd .. & husky install" + "prepare": "cd .. & cd .. & husky install" }, "dependencies": { "@headlessui/react": "^1.7.14",