Added custom composer commands: 'composer make-devtools' and 'composer make-server'

This commit is contained in:
Dylan K. Taylor 2020-11-16 18:55:23 +00:00
parent 50e29a5ed8
commit 95dbb00d4c

View File

@ -62,5 +62,12 @@
"platform": {
"php": "7.3.0"
}
},
"scripts": {
"make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/DevTools/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar",
"make-server": [
"@composer install --no-dev --classmap-authoritative",
"@php -dphar.readonly=0 build/server-phar.php"
]
}
}