Skip to content

create-astro@5.2.4

Choose a tag to compare

@astrobot-houston astrobot-houston released this 24 Aug 14:57
· 4 commits to main since this release
d38ed60

Patch Changes

  • #17756 f88c875 Thanks @astro-factory! - Fixes npm install warnings on npm v11+ about esbuild's install scripts not being covered by allowScripts. Adds ensureNpmScriptsAllowed() to pre-approve esbuild in package.json before running npm install, matching the existing pnpm v11 compatibility fix.