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