Created by: albertstill
I did not know the local file path feature existed for the scripts version until I looked at the source. It's very useful when testing a fork of react-scripts.
My PR simply adds another "can be one of" option when create-react-app --help
is run. Now it looks like:
e.g create-react-app --scripts-version file:../my-create-react-app-fork/packages/react-scripts my-app