Patch Changes
-
#121
bc9d85eThanks @caass! - Fixpreinstallbreaking installs in offline, sandboxed, or hermetic environments (e.g. Nix builds, air-gapped CI).The pnpm-only guard previously ran
npx only-allow pnpmin apreinstallhook, which is fetched over the network on every install — including when astro-pdf is installed as a dependency — and fails when there is no network access. Thepreinstallhook has been removed entirely; pnpm is now enforced for contributors via thedevEngines.packageManagerfield, which is only checked when installing this repository itself, so consumers are never affected.