Fix element-web start not building module-api (#33161)
This commit is contained in:
committed by
GitHub
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" }
|
||||
|
||||
Reference in New Issue
Block a user