Created by: gottfired
When running "yarn create-react-app my-app" to test local scripts changes in a CRA-fork it will fail with "You have provided more than one argument for ". This fixes the bug by moving the project dir to the front.
Created by: gottfired
When running "yarn create-react-app my-app" to test local scripts changes in a CRA-fork it will fail with "You have provided more than one argument for ". This fixes the bug by moving the project dir to the front.