Skip to content

Commit

Permalink
chore: remove unneeded script in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Jul 18, 2024
1 parent ad65cd5 commit a21be5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
}
},
"scripts": {
"clear": "@php vendor/bin/testbench package:purge-model-required-fields --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": [
"@php vendor/bin/testbench workbench:build --ansi"
Expand All @@ -59,8 +58,7 @@
"@composer run build",
"@php vendor/bin/testbench serve"
],
"test": "vendor/bin/phpunit",
"format": "vendor/bin/pint"
"test": "vendor/bin/phpunit"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit a21be5c

Please sign in to comment.