don't run next-sitemap post build

This commit is contained in:
mantikoros 2022-08-22 12:09:16 -05:00
parent 009c85b61a
commit 2530171721

View File

@ -15,7 +15,6 @@
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write .",
"postbuild": "next-sitemap",
"verify": "(cd .. && yarn verify)",
"verify:dir": "npx prettier --check .; yarn lint --max-warnings 0; tsc --pretty --project tsconfig.json --noEmit"
},