You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): remove preinstall guard that blocked npx usage
The `only-allow pnpm` preinstall script prevented consumers from
installing via npx/npm. Removed it — pnpm is enforced via
packageManager field + corepack instead.
0 commit comments