chore: add custom-provider to workspaces for auto-install

This commit is contained in:
Mario Zechner 2026-01-24 23:22:33 +01:00
parent 6aad6e30ce
commit 2c5d202778
2 changed files with 22 additions and 27 deletions

View file

@ -5,7 +5,8 @@
"workspaces": [
"packages/*",
"packages/web-ui/example",
"packages/coding-agent/examples/extensions/with-deps"
"packages/coding-agent/examples/extensions/with-deps",
"packages/coding-agent/examples/extensions/custom-provider"
],
"scripts": {
"clean": "npm run clean --workspaces",