Commit Graph

1 Commits

Author SHA1 Message Date
8e11d02e90 ci: move pnpm build-script allowlist to pnpm-workspace.yaml
Some checks failed
deploy / Build prerendered web (push) Failing after 2m13s
deploy / Deploy web to oolon (push) Has been skipped
deploy / Build api + worker (static musl) (push) Successful in 6m35s
deploy / Deploy moments-worker to frootmig (push) Successful in 54s
deploy / Deploy moments-api to nikola (push) Successful in 56s
CI's newer pnpm warns "the pnpm field in package.json is no longer read"
and still failed build-web with ERR_PNPM_IGNORED_BUILDS. The settings moved
to pnpm-workspace.yaml in pnpm 10+. Put onlyBuiltDependencies (esbuild,
@swc/core) and ignoredBuiltDependencies (react-vertical-timeline-component)
there and drop the dead package.json field. Verified with a cold
`pnpm install --frozen-lockfile`: postinstalls run, no error, lockfile
unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X7zF7Kf4JqDwa6M8Qgge9M
2026-06-25 13:47:59 +03:00