fix(ci): make sure we build web before we build the app

This commit is contained in:
Offending Commit
2026-04-28 14:52:09 -05:00
parent 4aeae6b12f
commit c3b4e58816
2 changed files with 35 additions and 34 deletions

View File

@@ -2225,7 +2225,7 @@ dependencies = [
[[package]] [[package]]
name = "openconcho" name = "openconcho"
version = "0.4.0" version = "0.5.1"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",

View File

@@ -5,7 +5,8 @@
"build": { "build": {
"frontendDist": "../../web/dist", "frontendDist": "../../web/dist",
"devUrl": "http://localhost:5173", "devUrl": "http://localhost:5173",
"beforeDevCommand": "pnpm --filter @openconcho/web dev" "beforeDevCommand": "pnpm turbo --filter @openconcho/web dev",
"beforeBuildCommand": "pnpm turbo --filter @openconcho/web build"
}, },
"bundle": { "bundle": {
"active": true, "active": true,