diff --git a/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx b/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx index 280074c717..d71a000f2b 100644 --- a/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx +++ b/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx @@ -8,7 +8,7 @@ export type IAppDetail = { const AppDetail: FC = ({ children }) => { return ( <> - {children} + {children} ) } diff --git a/web/package.json b/web/package.json index 2a24296350..0397d2f627 100644 --- a/web/package.json +++ b/web/package.json @@ -7,7 +7,8 @@ "build": "next build", "start": "next start", "lint": "next lint", - "fix": "next lint --fix" + "fix": "next lint --fix", + "prepare": "cd ../ && husky install" }, "dependencies": { "@emoji-mart/data": "^1.1.2", @@ -84,4 +85,4 @@ "postcss": "^8.4.21", "tailwindcss": "^3.2.7" } -} +} \ No newline at end of file