From d860813f6ca317cb46bf768e50683530613774a2 Mon Sep 17 00:00:00 2001 From: nedsalk Date: Wed, 29 Jan 2025 12:44:11 +0100 Subject: [PATCH] have the patching work for `dev` as well --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b632733..c1929c97 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "build": "next build", - "build:ci": "run-s docs:sync docs:clean patch:ts generate:* patch:wallet build", + "build:ci": "run-s docs:sync docs:clean generate:* patch:wallet build", "build:content": "contentlayer build", "check": "run-s lint", "check:prod": "run-s lint:prod", @@ -18,7 +18,7 @@ "export": "DOCS_DIST=${DOCS_DIST:=dist} next export -o $DOCS_DIST", "generate:links": "node scripts/generate-links/index.mjs", "generate:components": "node scripts/components.mjs", - "generate:sitemap": "run-s build:content sitemap", + "generate:sitemap": "run-s patch:ts build:content sitemap", "sitemap": "node scripts/generate-sitemap/index.mjs", "lint": "biome check --apply-unsafe .", "lint:fix": "biome format --write .",