fix(ci): fix typecheck by adding example to workspace (#467)
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"packages/web-ui/example"
|
||||
"packages/web-ui/example",
|
||||
"packages/coding-agent/examples/extensions/with-deps"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "npm run clean --workspaces",
|
||||
|
||||
Reference in New Issue
Block a user