Skip to content

Commit 7f8e93a

Browse files
authored
Fix the E2E script
1 parent 1cf2248 commit 7f8e93a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tasks/e2e-kitchensink.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,6 @@ rm .babelrc
174174
# Finally, let's check that everything still works after ejecting.
175175
# ******************************************************************************
176176

177-
# Commiting changes
178-
git config user.email "[email protected]"
179-
git config user.name "Your Name"
180-
git add .
181-
git commit -m "Before npm run eject"
182-
183177
# Eject...
184178
echo yes | npm run eject
185179

0 commit comments

Comments
 (0)