Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechitechi committed Feb 4, 2023
1 parent f1e45ea commit 0c270b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/LivewireInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public function handle()
$this->generateFiles();

$this->line('');
$this->warn('Running: <info>npm install && npm run build</info> Please wait...');
$this->warn('Running: <info>npm install && npm run prod</info> Please wait...');
$this->line('');

exec('npm install && npm run build');
exec('npm install && npm run prod');

$this->info('Installation Complete, few seconds please, let us optimize your site');
$this->warn('');
Expand Down

0 comments on commit 0c270b6

Please sign in to comment.