Commit 5119665
fix(snap): use base package name instead of subpath in turbo filter
The snap build was failing with 'No package found with name @elizaos/scenario-runner/schema'.
That's a TypeScript subpath import — not a workspace package name. Use the
base name '@elizaos/scenario-runner' which actually resolves in the workspace.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 150480b commit 5119665
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
0 commit comments