Skip to content

Commit b52eef7

Browse files
JohnMcLearclaude
andauthored
fix: add .npmrc with strict-dep-builds=false (#366)
pnpm 10.7+ treats ignored postinstall scripts as hard errors by default, so every plugin's release CI now fails on transitive deps like unrs-resolver@1.11.1 (pulled in via eslint-config-etherpad). Set strict-dep-builds=false so unknown postinstalls emit a warning instead of failing the install. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8176918 commit b52eef7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
strict-dep-builds=false

0 commit comments

Comments
 (0)