Created by: lacker
Fixes the instructions printed by the script so that if you create a new app with create-react-app foo
, it will suggest getting there with cd foo
rather than cd /some/big/long/path/foo
.
This will require a new global-cli deploy to work, but it's backward compatible so that the new init script works with the old global-cli (and just is buggy in the same way the current one is).