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

This commit is contained in:
Michael Telatynski
2026-04-16 07:58:43 +00:00
committed by GitHub
parent ef5fad8d6a
commit b495628e6f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
"start": {
"command": "vite build --watch",
"options": { "cwd": "packages/shared-components" },
"dependsOn": ["^start"],
"continuous": true
},
"typedoc": {