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