File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "post-install-cmd" : [
2525 " @composer bin all install --ansi" ,
2626 " grep -r 'OCA\\\\ Recognize\\\\ Vendor\\\\ Rubix' ./vendor/rubix/ml/ || vendor/bin/php-scoper add-prefix --prefix='OCA\\ Recognize\\ Vendor' --output-dir=\" .\" --working-dir=\" ./vendor/\" -f --config=\" ../scoper.inc.php\" " ,
27- " @composer bin all install --ansi" ,
27+ " composer install --no-scripts" ,
28+ " @composer bin all update --ansi" ,
2829 " composer dump-autoload"
2930 ],
3031 "post-update-cmd" : [
3132 " @composer bin all update --ansi" ,
3233 " grep -r 'OCA\\\\ Recognize\\\\ Vendor\\\\ Rubix' ./vendor/rubix/ml/ || vendor/bin/php-scoper add-prefix --prefix='OCA\\ Recognize\\ Vendor' --output-dir=\" .\" --working-dir=\" ./vendor/\" -f --config=\" ../scoper.inc.php\" " ,
33- " @composer bin all install --ansi" ,
34+ " composer install --no-scripts" ,
35+ " @composer bin all update --ansi" ,
3436 " composer dump-autoload"
3537 ]
3638 },
You can’t perform that action at this time.
0 commit comments