Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho committed Jan 26, 2024
1 parent b80789a commit 474ed91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LaravuewindServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Laravuewind\Commands\Deploy\ComposerUpdateCommand;
use Laravuewind\Commands\Deploy\GitPullCommand;
use Laravuewind\Commands\Deploy\NpmUpdateCommand;
use Laravuewind\Commands\Deploy\Pm2RestartCommand;
use Laravuewind\Commands\Deploy\ViteBuildCommand;
use Laravuewind\Commands\LaravuewindCommand;
use Laravuewind\FilePond\FilePond;
Expand All @@ -31,6 +32,7 @@ public function configurePackage(Package $package): void
->hasCommand(GitPullCommand::class)
->hasCommand(NpmUpdateCommand::class)
->hasCommand(ViteBuildCommand::class)
->hasCommand(Pm2RestartCommand::class)
->hasTranslations();

$langPath = dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'lang';
Expand Down

0 comments on commit 474ed91

Please sign in to comment.