1
0

Fix: Typo

This commit is contained in:
Richard Dern 2024-04-29 11:36:03 +02:00
parent 9aca3bc890
commit 198c50f350

View File

@ -31,7 +31,7 @@ class Render extends Command
*/ */
public function handle() public function handle()
{ {
if ($this->options('assets')) { if ($this->option('assets')) {
$this->output->write('Building assets... '); $this->output->write('Building assets... ');
Process::run('npm run build')->throw(); Process::run('npm run build')->throw();
$this->info('OK'); $this->info('OK');