Fix element-web start not building module-api (#33161)

This commit is contained in:
Michael Telatynski
2026-04-16 08:58:43 +01:00
committed by GitHub
parent ef5fad8d6a
commit b495628e6f
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -14,6 +14,12 @@
"cwd": "packages/module-api"
}
},
"start": {
"command": "vite build --watch",
"options": { "cwd": "packages/module-api" },
"dependsOn": ["^start"],
"continuous": true
},
"lint:types": {
"command": "pnpm exec tsc --noEmit",
"options": { "cwd": "packages/module-api" }