Fix element-web start not building module-api (#33161)
This commit is contained in:
@@ -14,6 +14,12 @@
|
|||||||
"cwd": "packages/module-api"
|
"cwd": "packages/module-api"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"start": {
|
||||||
|
"command": "vite build --watch",
|
||||||
|
"options": { "cwd": "packages/module-api" },
|
||||||
|
"dependsOn": ["^start"],
|
||||||
|
"continuous": true
|
||||||
|
},
|
||||||
"lint:types": {
|
"lint:types": {
|
||||||
"command": "pnpm exec tsc --noEmit",
|
"command": "pnpm exec tsc --noEmit",
|
||||||
"options": { "cwd": "packages/module-api" }
|
"options": { "cwd": "packages/module-api" }
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"start": {
|
"start": {
|
||||||
"command": "vite build --watch",
|
"command": "vite build --watch",
|
||||||
"options": { "cwd": "packages/shared-components" },
|
"options": { "cwd": "packages/shared-components" },
|
||||||
|
"dependsOn": ["^start"],
|
||||||
"continuous": true
|
"continuous": true
|
||||||
},
|
},
|
||||||
"typedoc": {
|
"typedoc": {
|
||||||
|
|||||||
Reference in New Issue
Block a user