fix(ci): fix typecheck by adding example to workspace (#467)

This commit is contained in:
Aliou Diallo 2026-01-05 16:54:04 +01:00 committed by GitHub
parent d9e0604183
commit 80be0fc901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 8 deletions

View file

@ -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",