1
0
Fork 0

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

merge-requests/2/head
Christiaan Goossens 7 years ago
parent ae01fc27e5
commit 55b8b75c0e

@ -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": {