fix: execute nothing by default

This commit is contained in:
2019-04-04 17:05:53 -07:00
parent 7961570c72
commit c6980bc92e

View File

@@ -42,7 +42,7 @@ exports.getConfig = (overrides = {}) => {
checkFiles: ['package-lock.json', 'yarn.lock'], checkFiles: ['package-lock.json', 'yarn.lock'],
rootDir: process.cwd(), rootDir: process.cwd(),
dataDir: exports.getDataDir(), dataDir: exports.getDataDir(),
cmd: 'echo Modules need updating', cmd: false,
}; };
const result = joycon.loadSync({ const result = joycon.loadSync({