mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-07-17 16:28:47 +02:00
All checks were successful
Deploy to VPS / deploy (push) Successful in 2m41s
The Docker build's unpinned corepack resolved a newer pnpm that hard- errors on unreviewed dependency build scripts (ERR_PNPM_IGNORED_BUILDS), failing deploy task 80. Pin packageManager to the locally-verified pnpm 10.33.1 and review the build scripts: @swc/core and esbuild are approved (vite needs their native binaries), @scarf/scarf is ignored. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
311 B
YAML
12 lines
311 B
YAML
# Build-script review (pnpm 10 refuses to run unreviewed dependency scripts).
|
|
# vite needs the native binaries these two postinstalls provide:
|
|
onlyBuiltDependencies:
|
|
- "@swc/core"
|
|
- esbuild
|
|
|
|
# Deliberately not built:
|
|
ignoredBuiltDependencies:
|
|
- "@scarf/scarf" # telemetry only
|
|
- sharp
|
|
- unrs-resolver
|