1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 01:34:40 +01:00

Cleanup phar

This commit is contained in:
Daniil Gentili 2022-04-30 22:45:46 +02:00
parent 51cecaefca
commit c762d99087
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -63,7 +63,7 @@ echo '{
}' > composer.json
php $(which composer) update --no-cache
php $(which composer) dumpautoload --optimize
rm -rf vendor/phabel/phabel/tests* vendor/danog/madelineproto/docs
rm -rf vendor/phabel/phabel/tests* vendor/danog/madelineproto/docs vendor/danog/madelineproto/vendor-bin
cd ..
branch="-$BRANCH"