Skip to content

Commit 35253f8

Browse files
committed
remove commands that break fresh installs
1 parent 2564276 commit 35253f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@
5555
},
5656
"scripts": {
5757
"pre-install-cmd": [
58-
"php artisan config:clear",
5958
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
6059
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
6160
],
6261
"pre-update-cmd": [
63-
"php artisan config:clear",
6462
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
6563
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
6664
],

0 commit comments

Comments
 (0)