From c6980bc92ea549a994872dcda9777ef9f8f4988d Mon Sep 17 00:00:00 2001 From: joe fleming Date: Thu, 4 Apr 2019 17:05:53 -0700 Subject: [PATCH] fix: execute nothing by default --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 2b1fd07..4e47400 100644 --- a/src/utils.js +++ b/src/utils.js @@ -42,7 +42,7 @@ exports.getConfig = (overrides = {}) => { checkFiles: ['package-lock.json', 'yarn.lock'], rootDir: process.cwd(), dataDir: exports.getDataDir(), - cmd: 'echo Modules need updating', + cmd: false, }; const result = joycon.loadSync({