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