This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(exec): auto-guess binaries when different from pkg name
BREAKING CHANGE: `npx ember-cli` and such things will now execute the binary based on some guesswork, but only when using the shorthand format for npx execution, with no `-p` option or `-c`. This might cause npx to unintentionally execute the wrong binary if the package in question has multiple non-matching binaries, but that should be rare.
- Loading branch information