Created by: GreenGremlin
This change is useful for testing local changes to scripts packages before committing them.
e. g.
create-react-app my-app --scripts-version=file:./create-react-app/packages/react-scripts
# or
create-react-app my-app --scripts-version=file:./path/to/custom/scripts-package
I verified these changes by running npm link
inside the create-react-app package and then running create-react-app my-app --scripts-version=file:./create-react-app/packages/react-scripts
.