Skip to content

Commit 5aa8ee0

Browse files
committed
Remove git from e2e script
1 parent d49ffde commit 5aa8ee0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tasks/e2e-simple.sh

-6
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,6 @@ 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-
270264
# Eject...
271265
echo yes | npm run eject
272266

0 commit comments

Comments
 (0)