mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
composer commands suck
This commit is contained in:
parent
9540193766
commit
932a88764c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user