mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-06 19:08:57 +09:00
chore: update pnpm settings (#38772)
- drop `dedupePeerDependents` which is a no-op (produces same lockfile) - replace `allowBuilds` with `ignoreScripts`, no dependency needs any builds, on any platform - disable `confirmModulesPurge`, related to https://github.com/pnpm/pnpm/issues/11562 - disable `verifyDepsBeforeRun`, `make` already ensures `node_modules` are up to date, this saves around 150ms per `pnpm exec` and reduces pnpm spam. Signed-off-by: silverwind <me@silverwind.io> Co-authored-by: Claude (Opus 5) <noreply@anthropic.com>
This commit is contained in:
+3
-7
@@ -1,10 +1,6 @@
|
||||
savePrefix: ''
|
||||
dedupePeerDependents: false
|
||||
updateNotifier: false
|
||||
ignoreScripts: true
|
||||
minimumReleaseAge: 0
|
||||
|
||||
allowBuilds:
|
||||
'@scarf/scarf': false
|
||||
core-js: false
|
||||
esbuild: true
|
||||
unrs-resolver: true
|
||||
confirmModulesPurge: false
|
||||
verifyDepsBeforeRun: false
|
||||
|
||||
Reference in New Issue
Block a user