Skip to content

Commit

Permalink
Merge pull request #26 from Muetze42/development
Browse files Browse the repository at this point in the history
Add missing method calls
  • Loading branch information
Muetze42 authored Dec 14, 2022
2 parents 1244e32 + 16b37fe commit 7ae46c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Console/Commands/CustomAssetsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ public function handle(): int
$this->process = new Process;
$this->novaPath = base_path($this->novaPath);

// $this->reinstallNova();
// $this->webpack();
// $this->npmInstall();
$this->reinstallNova();
$this->webpack();
$this->npmInstall();
$this->replaceComponents();
$this->registerPages();
$this->addCustomCSS();
Expand Down

0 comments on commit 7ae46c2

Please sign in to comment.