mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Auto optimize after composer install
This commit is contained in:
parent
40340397e2
commit
b40751a2b9
@ -52,8 +52,7 @@ class PostUpdate extends Command
|
||||
|
||||
nlog("finished migrating");
|
||||
|
||||
exec('vendor/bin/composer install --no-dev');
|
||||
exec('vendor/bin/composer dump');
|
||||
exec('vendor/bin/composer install --no-dev -o');
|
||||
|
||||
nlog("finished running composer install ");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user