1
0

Added a composer run command to preform both composer install & composer start.

This commit is contained in:
Christiaan Goossens 2017-03-26 15:27:20 +02:00
parent ae01fc27e5
commit 55b8b75c0e

View File

@ -9,6 +9,7 @@
"process-timeout" : 0
},
"scripts": {
"run": "composer install && composer start",
"start": "php -S 0.0.0.0:8080 -t public public/index.php"
},
"autoload": {