mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix element-web start not building module-api (#33161)
This commit is contained in:
parent
ef5fad8d6a
commit
b495628e6f
@ -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" }
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
"start": {
|
||||
"command": "vite build --watch",
|
||||
"options": { "cwd": "packages/shared-components" },
|
||||
"dependsOn": ["^start"],
|
||||
"continuous": true
|
||||
},
|
||||
"typedoc": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user