# pnpm 10+ no longer reads build-script settings from package.json's "pnpm" # field — they live here. esbuild and @swc/core need their postinstall to place # native binaries for vite; allow those, and explicitly ignore the harmless # react-vertical-timeline-component postinstall, so a fresh CI install doesn't # fail with ERR_PNPM_IGNORED_BUILDS. onlyBuiltDependencies: - '@swc/core' - esbuild ignoredBuiltDependencies: - react-vertical-timeline-component