summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/console/app/package.json')
-rw-r--r--packages/console/app/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/app/package.json b/packages/console/app/package.json
index 7e06d8248..a00e6baac 100644
--- a/packages/console/app/package.json
+++ b/packages/console/app/package.json
@@ -5,9 +5,9 @@
"typecheck": "tsgo --noEmit",
"dev": "vinxi dev --host 0.0.0.0",
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
- "build": "vinxi build && ../../opencode/script/schema.ts ./.output/public/config.json",
+ "build": "./script/generate-sitemap.ts && vinxi build && ../../opencode/script/schema.ts ./.output/public/config.json",
"start": "vinxi start",
- "version": "1.0.23"
+ "version": "1.0.55"
},
"dependencies": {
"@ibm/plex": "6.4.1",