Skip to content

Commit c99808c

Browse files
committed
Remove broken post install command
1 parent 8bdbf1b commit c99808c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@
4949
},
5050
"scripts": {
5151
"post-update-cmd": [
52-
"php artisan vendor:publish --tag=laravel-assets --ansi --force",
53-
"php artisan lang:update",
54-
"echo.> storage/app/ISINSTALLED"
55-
],
52+
"php artisan vendor:publish --tag=laravel-assets --ansi --force" ],
5653
"post-autoload-dump": [
5754
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
5855
"@php artisan package:discover --ansi"

0 commit comments

Comments
 (0)