diff --git a/src/Console/Commands/CustomAssetsCommand.php b/src/Console/Commands/CustomAssetsCommand.php index 3c79d32..48748ec 100644 --- a/src/Console/Commands/CustomAssetsCommand.php +++ b/src/Console/Commands/CustomAssetsCommand.php @@ -73,8 +73,6 @@ public function handle(): int $this->novaPath = base_path($this->novaPath); $this->reinstallNova(); - - return 0; $this->replaceComponents(); $this->webpack(); $this->npmInstall();