Skip to content

Commit

Permalink
Fix the E2E script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Jan 21, 2018
1 parent 1cf2248 commit 7f8e93a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ rm .babelrc
# Finally, let's check that everything still works after ejecting.
# ******************************************************************************

# Commiting changes
git config user.email "you@example.com"
git config user.name "Your Name"
git add .
git commit -m "Before npm run eject"

# Eject...
echo yes | npm run eject

Expand Down

0 comments on commit 7f8e93a

Please sign in to comment.