diff --git a/next.config.mjs b/next.config.mjs index d4f818b..22dbe1a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -33,7 +33,7 @@ const nextConfig = { }, ], }, - ] + ]; }, }; diff --git a/package.json b/package.json index ada5648..9fa0578 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "next dev", "build": "next build", "start": "next start", - "postinstall": "husky install", + "postinstall": "husky install && pnpm format", "commit": "git-cz", "lint": "eslint \"src/**/*.{js,ts,jsx,tsx}\" --fix", "lint:ci": "eslint \"src/**/*.{js,ts,jsx,tsx}\"",