Show colors when running setup command.
This commit is contained in:
parent
28d45fed54
commit
1433adb54d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
"php artisan key:generate"
|
||||
],
|
||||
"setup": [
|
||||
"composer install",
|
||||
"composer install --ansi --no-dev",
|
||||
"php -r \"copy('.env.example', '.env');\"",
|
||||
"php artisan key:generate"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue