Skip to content

Commit 5119665

Browse files
Shawclaude
andcommitted
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

File tree

packages/app-core/packaging/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ parts:
511511
--filter=@elizaos/plugin-wallet-ui \
512512
--filter=@elizaos/plugin-wechat \
513513
--filter=@elizaos/plugin-whatsapp \
514-
--filter=@elizaos/scenario-runner/schema
514+
--filter=@elizaos/scenario-runner
515515
rm -rf node_modules/@types
516516
rm -rf "$SNAP_BUILD_TYPES_DIR"
517517

0 commit comments

Comments
 (0)