From 19272e0bd3a321ec38d8633ab661ff7948f8a157 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 7 Apr 2022 09:15:43 -0500 Subject: [PATCH] revert change - unnecessary :) --- composer.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index cba69987..438f4487 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ } }, "scripts": { - "post-install-cmd": [ - "@php -r \"@unlink('bootstrap/cache/packages.php');\"" + "post-autoload-dump": [ + "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", + "@php artisan package:discover --ansi" ], "post-update-cmd": [ - "@php -r \"@unlink('bootstrap/cache/packages.php');\"", "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ @@ -44,10 +44,6 @@ ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" - ], - "post-autoload-dump": [ - "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", - "@php artisan package:discover --ansi" ] }, "extra": {