• v0.6.0 4b1274e34a

    fix(ci): use pnpm 11 allowBuilds instead of onlyBuiltDependencies
    Build & Push Docker Image / build (push) Successful in 2m40s

    henry released this 2026-08-03 11:06:43 +00:00 | 36 commits to main since this release

    pnpm 11 treats ignored build scripts as a hard error during fresh
    installs (CI/Docker), while the old onlyBuiltDependencies list is
    deprecated. The stray 'allowBuilds: esbuild: set this to true or false'
    placeholder was invalid YAML semantics and blocked the esbuild
    postinstall, failing 'pnpm install --frozen-lockfile' in the Docker
    builder stage (ERR_PNPM_IGNORED_BUILDS).

    Downloads