composer.json: fix make-devtools command

This commit is contained in:
Dylan K. Taylor 2022-06-01 20:04:47 +01:00
parent 8b86e43d51
commit c87a3b054c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -79,7 +79,7 @@
"sort-packages": true
},
"scripts": {
"make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar",
"make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/ConsoleScript.php --make ./ --relative tests/plugins/DevTools --out plugins/DevTools.phar",
"make-server": [
"@composer install --no-dev --classmap-authoritative --ignore-platform-reqs",
"@php -dphar.readonly=0 build/server-phar.php"