mirror of
https://github.com/teamchong/pxpipe.git
synced 2026-07-22 02:02:51 +02:00
fix(build): npm run build now regenerates dashboard-bundle.ts first
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user