Commit ef023c1
chore: temporarily drop root
`pnpm install` re-fetches a git dependency from the whole-repo tarball
recorded in the lockfile; with a root `prepare` script present, pnpm
then tries to prepare the entire monorepo and fails
(ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED). Combined with vite-task-client
being excluded from the workspace, dropping this script lets `vite`
consume the client as a commit-pinned git dependency for evaluation.
Temporary: restore the husky `prepare` hook once the client is
published to npm. 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 06d2f2a commit ef023c1
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