From c076d62bb9796f9d514869dece98e57a16aac096 Mon Sep 17 00:00:00 2001 From: Jason Moon Date: Wed, 12 Apr 2017 18:21:18 -0700 Subject: [PATCH] Framework: Change default confirm value (#12520) --- bin/run-codemods | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-codemods b/bin/run-codemods index 50575fae656aea..043c2a6d82ab03 100755 --- a/bin/run-codemods +++ b/bin/run-codemods @@ -83,7 +83,7 @@ const questions = [ } }, { - 'default': false, + 'default': true, message: `Transform ${ chalk.blue( pathToTransform ) } with the selected codemods?`, name: 'confirm', type: 'confirm',