fix build

This commit is contained in:
Dylan K. Taylor 2020-11-16 19:06:56 +00:00
parent 691c49fb32
commit 46331df7db

View File

@ -19,7 +19,9 @@ rm PocketMine-MP.phar 2> /dev/null
mkdir "$DATA_DIR"
mkdir "$PLUGINS_DIR"
cd tests/plugins/DevTools
php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../plugins/DevTools.phar
cd ../../..
composer make-server
if [ -f PocketMine-MP.phar ]; then