From 68826a9499ab7ddd84efcd9f8343754b1dda27f2 Mon Sep 17 00:00:00 2001 From: teamchong <25894545+teamchong@users.noreply.github.com> Date: Sun, 24 May 2026 18:58:58 -0400 Subject: [PATCH] fix(build): `npm run build` now regenerates dashboard-bundle.ts first --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 431cc21..ddba259 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "LICENSE" ], "scripts": { - "build": "node scripts/build.mjs", + "build": "npm run build:dashboard-ui && node scripts/build.mjs", "build:atlas": "tsx scripts/gen-atlas.ts", "build:dashboard-ui": "node scripts/build-dashboard-ui.mjs", "dev:node": "tsx watch src/node.ts",