Commit 1a75b4b
fix(docs): vercel build filter by name (cairn-*), not path
Vercel's Root Directory is apps/docs-site, so the `./packages/*` path glob
resolved to apps/docs-site/packages/* (nothing) and built no workspace
packages → the docs build failed importing them. Name filters are cwd-
independent: `--filter "cairn-*"` builds all seven from any directory.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7a9d566 commit 1a75b4b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments