include onlyChanged in command hash
This commit is contained in:
parent
ab05bbf9c8
commit
2251e6a6d2
|
|
@ -107,6 +107,8 @@ function computeCommandHash(config: FullConfigInternal) {
|
||||||
command.cliGrep = config.cliGrep;
|
command.cliGrep = config.cliGrep;
|
||||||
if (config.cliGrepInvert)
|
if (config.cliGrepInvert)
|
||||||
command.cliGrepInvert = config.cliGrepInvert;
|
command.cliGrepInvert = config.cliGrepInvert;
|
||||||
|
if (config.cliOnlyChanged)
|
||||||
|
command.cliOnlyChanged = config.cliOnlyChanged;
|
||||||
if (Object.keys(command).length)
|
if (Object.keys(command).length)
|
||||||
parts.push(calculateSha1(JSON.stringify(command)).substring(0, 7));
|
parts.push(calculateSha1(JSON.stringify(command)).substring(0, 7));
|
||||||
return parts.join('-');
|
return parts.join('-');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue