Forked react-scripts should retain the binary name
Created by: gaearon
Claimed by @shubheksha
People who fork react-scripts shoulldn’t need to rename their bin script because this is annoying. Ideally changing just name in their react-scripts fork’s package.json should be enough.
Looks like #728 made some things better but some things worse. We should keep the part of it where it reads the correct path and removes the correct dependencies, but we should revert the changes to binary names and hardcode react-scripts again there.