Switch to yarn

This commit is contained in:
An Phan 2016-12-02 16:39:31 +07:00
parent d769860582
commit 33a787fbca
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 7756 additions and 2 deletions

View file

@ -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');

7754
yarn.lock Normal file

File diff suppressed because it is too large Load diff