Skip to content

Commit 1433adb

Browse files
committed
Show colors when running setup command.
1 parent 28d45fe commit 1433adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"php artisan key:generate"
7777
],
7878
"setup": [
79-
"composer install",
79+
"composer install --ansi --no-dev",
8080
"php -r \"copy('.env.example', '.env');\"",
8181
"php artisan key:generate"
8282
]

0 commit comments

Comments
 (0)