mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Switch to yarn
This commit is contained in:
parent
d769860582
commit
33a787fbca
2 changed files with 7756 additions and 2 deletions
|
@ -68,8 +68,8 @@ class Init extends Command
|
|||
$this->comment('Data seeded -- skipping');
|
||||
}
|
||||
|
||||
$this->info('Executing npm install, gulp and whatnot');
|
||||
system('npm install');
|
||||
$this->info('Executing yarn install, gulp and whatnot');
|
||||
system('yarn install');
|
||||
|
||||
$this->comment(PHP_EOL.'🎆 Success! You can now run Koel from localhost with `php artisan serve`.');
|
||||
$this->comment('Again, for more configuration guidance, refer to');
|
||||
|
|
Loading…
Reference in a new issue