Skip to content

Commit ef023c1

Browse files
wan9chiclaude
andcommitted
chore: temporarily drop root prepare script
`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>
1 parent 06d2f2a commit ef023c1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"private": true,
44
"license": "MIT",
55
"type": "module",
6-
"scripts": {
7-
"prepare": "husky"
8-
},
96
"dependencies": {
107
"@voidzero-dev/vite-task-client": "file:packages/vite-task-client"
118
},

0 commit comments

Comments
 (0)