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",