mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 05:02:07 +00:00
fix(ci): fix typecheck by adding example to workspace (#467)
This commit is contained in:
parent
d9e0604183
commit
80be0fc901
2 changed files with 26 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue