Added a composer run command to preform both composer install & composer start.
This commit is contained in:
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": {
|
||||
|
Reference in New Issue
Block a user