cli-v0.1.2
·
449 commits
to main
since this release
fix: resolve npx next to the node binary in the CLI build scripts
execFileSync('npx') fails with ENOENT when npx is not resolvable from node's PATH (hit locally on macOS and on Windows). npx is colocated with the running node binary in nvm and CI setup-node, so resolve it there with a bare-name fallback. Unblocks the manual first npm publish and hardens the release workflow.