fix: execute nothing by default
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user