diff --git a/package.json b/package.json index 1f96ea0..8faee23 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && npx next-sitemap", + "build": "next build", + "postbuild": "next-sitemap", "start": "next start", "lint": "eslint" }, @@ -14,7 +15,6 @@ "@vercel/analytics": "^1.6.1", "lucide-react": "^0.575.0", "next": "16.1.6", - "next-sitemap": "^4.2.3", "octokit": "^5.0.5", "react": "19.2.4", "react-dom": "19.2.4", @@ -34,6 +34,7 @@ "@vitest/coverage-v8": "^4.0.18", "eslint": "^9", "eslint-config-next": "16.1.6", + "next-sitemap": "^4.2.3", "tailwindcss": "^4", "tailwindcss-animate": "^1.0.7", "typescript": "5.9.3",