chore: update build

This commit is contained in:
David Nguyen
2025-06-11 14:52:23 +10:00
committed by GitHub
parent cad04f26e7
commit e3ce7f94e6

View File

@ -4,11 +4,10 @@
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"build": "next build && next-sitemap",
"start": "next start -p 3002",
"lint:fix": "next lint --fix",
"clean": "rimraf .next && rimraf node_modules",
"postbuild": "next-sitemap"
"clean": "rimraf .next && rimraf node_modules"
},
"dependencies": {
"@documenso/assets": "*",
@ -30,4 +29,4 @@
"next-sitemap": "^4.2.3",
"typescript": "5.6.2"
}
}
}