Commit a0fae7e
chore: temporarily drop root
pnpm refuses to install a monorepo-subdirectory git dependency whose
root package.json carries lifecycle scripts (ERR_PNPM_GIT_DEP_PREPARE_
NOT_ALLOWED). Dropping the `prepare: husky` hook lets `vite` consume
`@voidzero-dev/vite-task-client` as a commit-pinned git dependency for
evaluation, ahead of publishing the client to npm.
Temporary: restore the husky `prepare` hook once the client is
published and `vite` no longer needs the git-dependency pin. Contributors
can run `pnpm exec husky` manually in the meantime.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>prepare script1 parent 7ba7e0a commit a0fae7e
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
0 commit comments