File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,6 +174,12 @@ rm .babelrc
174174# Finally, let's check that everything still works after ejecting.
175175# ******************************************************************************
176176
177+ # Commiting changes
178+ git config user.email " you@example.com"
179+ git config user.name " Your Name"
180+ git add .
181+ git commit -m " Before npm run eject"
182+
177183# Eject...
178184echo yes | npm run eject
179185
Original file line number Diff line number Diff line change @@ -261,6 +261,12 @@ verify_module_scope
261261# Finally, let's check that everything still works after ejecting.
262262# ******************************************************************************
263263
264+ # Commiting changes
265+ git config user.email " you@example.com"
266+ git config user.name " Your Name"
267+ git add .
268+ git commit -m " Before npm run eject"
269+
264270# Eject...
265271echo yes | npm run eject
266272
You can’t perform that action at this time.
0 commit comments