There was an error while loading. Please reload this page.
1 parent d49ffde commit 5aa8ee0Copy full SHA for 5aa8ee0
tasks/e2e-simple.sh
@@ -261,12 +261,6 @@ verify_module_scope
261
# Finally, let's check that everything still works after ejecting.
262
# ******************************************************************************
263
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
-
270
# Eject...
271
echo yes | npm run eject
272
0 commit comments