diff --git a/src/Command/CI.php b/src/Command/CI.php index a390fba..cc6abb0 100644 --- a/src/Command/CI.php +++ b/src/Command/CI.php @@ -29,6 +29,7 @@ final public static function instance(): CI { } public function execute(Options $options): void { + StaticVars::$noCache = true; // CI command should never use cache, always build fresh. $this->cli = StaticVars::$cli; $args = $options->getArgs();