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",