Skip to content

Commit f4843b2

Browse files
Paul Mulliganclaude
andcommitted
fix(ci): allow-list esbuild/sharp build scripts for pnpm 10
pnpm 10 refuses to run dependency build scripts unless approved, so CI's `pnpm install --frozen-lockfile` failed with ERR_PNPM_IGNORED_BUILDS (esbuild). Declare pnpm.onlyBuiltDependencies so esbuild and sharp are built in CI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c1b3c08 commit f4843b2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,11 @@
5656
"typescript": "^5.8.3",
5757
"vite": "^6.3.5",
5858
"vitest": "^3.2.4"
59+
},
60+
"pnpm": {
61+
"onlyBuiltDependencies": [
62+
"esbuild",
63+
"sharp"
64+
]
5965
}
6066
}

0 commit comments

Comments
 (0)