Changelog

vitejs/vite · · 1 commit

CI switches pnpm script-blocking setting

Vite updates release workflows to use pnpm's `allowBuilds` flag when disabling install scripts before publishing.

Other misc changes

  • CI/workflow tweak: replaced onlyBuiltDependencies = [] with allowBuilds[]=false in preview-release and publish jobs (sapphi-red84b05b5).