composer commands suck

This commit is contained in:
Dylan K. Taylor 2021-11-27 04:07:25 +00:00
parent 9540193766
commit 932a88764c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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