From 2530171721bcf40bf006e0505b92b6cbfa5920e3 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Mon, 22 Aug 2022 12:09:16 -0500 Subject: [PATCH] don't run next-sitemap post build --- web/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/web/package.json b/web/package.json index a41591ed..db3fdf45 100644 --- a/web/package.json +++ b/web/package.json @@ -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" },