Skip to content

Commit 95bf9c3

Browse files
authored
Compile assets from the install command (#128)
1 parent b219111 commit 95bf9c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Commands/InstallCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public function handle(): void
4343
$this->call('statamic:make:user');
4444
}
4545

46+
$this->info('Running `yarn run prod`...');
47+
passthru('yarn run prod');
48+
4649
$this->info('Done 🚀');
4750
}
4851

0 commit comments

Comments
 (0)