Skip to content

Commit a0fae7e

Browse files
wan9chiclaude
andcommitted
chore: temporarily drop root prepare script
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>
1 parent 7ba7e0a commit a0fae7e

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
"devDependencies": {
107
"@types/node": "catalog:",
118
"husky": "catalog:",

0 commit comments

Comments
 (0)