Skip to content

Commit 4f937b0

Browse files
os-zhuangclaude
andcommitted
fix: workspace glob + lockfile importer keys for packages/triggers/
#1758 moved the trigger packages but this pair missed the commit (the staging command silently failed on a stale path): without the packages/triggers/* workspace glob the moved packages aren't workspace members at all, and the lockfile still keys their importers under packages/plugins/. Frozen-lockfile installs fail without this. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f03767d commit 4f937b0

2 files changed

Lines changed: 41 additions & 40 deletions

File tree

pnpm-lock.yaml

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
packages:
22
- packages/*
33
- packages/plugins/*
4+
- packages/triggers/*
45
- packages/services/*
56
- packages/adapters/*
67
- packages/connectors/*

0 commit comments

Comments
 (0)