Skip to content

Commit ccc6016

Browse files
committed
ci(tests): move clear composer script to setup
Attempt to fix testbench problem
1 parent e032e06 commit ccc6016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
},
5656
"scripts": {
5757
"post-autoload-dump": [
58-
"@clear",
5958
"@prepare"
6059
],
6160
"post-install-cmd": "@setup",
@@ -71,6 +70,7 @@
7170
"@php vendor/bin/testbench serve --ansi"
7271
],
7372
"setup": [
73+
"@clear",
7474
"npm install",
7575
"@php vendor/bin/testbench vendor:publish --provider='Spatie\\Permission\\PermissionServiceProvider'",
7676
"@php vendor/bin/testbench vendor:publish --tag='filament-shield-config'",

0 commit comments

Comments
 (0)