Skip to content

Commit 1c41e5d

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent bb73780 commit 1c41e5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
}
2828
},
2929
"scripts": {
30-
"post-autoload-dump": [
31-
"@prepare"
30+
"post-autoload-dump": "@prepare",
31+
"clear": [
32+
"@livewire:uninstall",
33+
"@vue:uninstall"
3234
],
3335
"prepare": "@php vendor/bin/testbench package:discover --ansi",
3436
"livewire:install": "@composer require --dev \"laravel/livewire-starter-kit\"",

0 commit comments

Comments
 (0)