preserve colors

This commit is contained in:
Till Krüss 2018-09-18 12:48:09 -07:00
parent f507c0eda9
commit 8d455cdb58
No known key found for this signature in database
GPG Key ID: 887410C642BC23BB
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"@php artisan key:generate" "@php artisan key:generate --ansi"
], ],
"post-autoload-dump": [ "post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover" "@php artisan package:discover --ansi"
] ]
}, },
"config": { "config": {