Skip to content

Commit cb566f6

Browse files
committed
chore: register .claude/hooks/* as workspace packages
1 parent 61a0dae commit cb566f6

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
resolutionMode: highest
22
trustPolicy: no-downgrade
33

4+
# Register .claude/hooks/* as workspace packages so taze (run via
5+
# `pnpm run update`) sees and bumps their package.json manifests
6+
# alongside the root. Keeps hook deps in lockstep with the main tree.
7+
packages:
8+
- .claude/hooks/*
9+
410
allowBuilds:
511
esbuild: true
612

0 commit comments

Comments
 (0)