forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix the E2E script * Delete .git if committing failed
- Loading branch information
Showing
2 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,12 +174,6 @@ rm .babelrc | |
# Finally, let's check that everything still works after ejecting. | ||
# ****************************************************************************** | ||
|
||
# Commiting changes | ||
git config user.email "[email protected]" | ||
git config user.name "Your Name" | ||
git add . | ||
git commit -m "Before npm run eject" | ||
|
||
# Eject... | ||
echo yes | npm run eject | ||
|
||
|