fix: add back sitemap script in build
This commit is contained in:
		| @@ -5,7 +5,7 @@ | ||||
|   "scripts": { | ||||
|     "start": "next-remote-watch ./data", | ||||
|     "dev": "next dev", | ||||
|     "build": "next build", | ||||
|     "build": "next build && node ./scripts/generate-sitemap", | ||||
|     "serve": "next start", | ||||
|     "analyze": "cross-env ANALYZE=true next build", | ||||
|     "lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user