Skip to content

Commit ee0c544

Browse files
chore: drop the dead allowBuilds entry for the git-SHA comfy-multi-player
The entry existed to approve the git dependency's `prepare: npm run build`. A registry tarball ships prebuilt `dist` and pnpm does not run `prepare` for it, so the entry now approves a build that cannot happen — while leaving the last `git+ssh://git@github.com/...#6793d754` string in the repo outside the lockfile, which is precisely the stale reference the switch was meant to remove. Verified `pnpm install --frozen-lockfile` still installs the package with no build-approval prompt. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UwKCRA5Sa7MDB7upecwq4p
1 parent 932a287 commit ee0c544

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ catalog:
155155
cleanupUnusedCatalogs: true
156156

157157
allowBuilds:
158-
'@comfyorg/comfy-multi-player@git+ssh://git@github.com/Comfy-Org/comfy-multi-player.git#6793d754c84c9bec97fbd2fb4d54ce187a2c83ba': true
159158
'@firebase/util': false
160159
'@sentry/cli': true
161160
'@tailwindcss/oxide': true

0 commit comments

Comments
 (0)