When executing comp update -s, Comptroller applies the dev option from the top level config as opposed to allowing subpackages determine whether or not a package should be marked as dev. If a subpackage specifies the dev option it should override the top level option.
When executing
comp update -s
, Comptroller applies thedev
option from the top level config as opposed to allowing subpackages determine whether or not a package should be marked as dev. If a subpackage specifies thedev
option it should override the top level option.