From c9343823a60525a15fccea7e5288465f7120c483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Mon, 29 May 2023 16:44:29 +0800 Subject: [PATCH] chore: test lint --- web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx | 2 +- web/package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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