Skip to content

Commit d0a21c2

Browse files
authored
Merge pull request #69 from BeyteFlow/copilot/sub-pr-68
Move next-sitemap to devDependencies with postbuild script
2 parents c5558c8 + 246566b commit d0a21c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build && npx next-sitemap",
7+
"build": "next build",
8+
"postbuild": "next-sitemap",
89
"start": "next start",
910
"lint": "eslint"
1011
},
@@ -14,7 +15,6 @@
1415
"@vercel/analytics": "^1.6.1",
1516
"lucide-react": "^0.575.0",
1617
"next": "16.1.6",
17-
"next-sitemap": "^4.2.3",
1818
"octokit": "^5.0.5",
1919
"react": "19.2.4",
2020
"react-dom": "19.2.4",
@@ -34,6 +34,7 @@
3434
"@vitest/coverage-v8": "^4.0.18",
3535
"eslint": "^9",
3636
"eslint-config-next": "16.1.6",
37+
"next-sitemap": "^4.2.3",
3738
"tailwindcss": "^4",
3839
"tailwindcss-animate": "^1.0.7",
3940
"typescript": "5.9.3",

0 commit comments

Comments
 (0)