1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 21:14:43 +01:00

Remove generated phabel tests

This commit is contained in:
Daniil Gentili 2021-03-30 23:12:53 +02:00
parent 4102c7f37b
commit 1113778882
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -68,6 +68,7 @@ cd ..
phabel() {
cd phar7
rm -rf vendor/phabel/phabel/testsGenerated
php8.0 vendor/bin/phabel . ../phar5
cd ..
}