Skip to content

Commit

Permalink
Update composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Dec 11, 2024
1 parent 0ae77a8 commit 1dd04fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@php artisan package:discover"
],
"test": [
"phpunit --stop-on-failure"
"@php artisan test -- --stop-on-failure"
],
"lint": [
"parallel-lint --exclude vendor --exclude storage --exclude modules/system/tests/fixtures/plugins/testvendor/goto/Plugin.php ."
],
"sniff": [
"phpcs --colors -nq --report=\"full\" --extensions=\"php\""
"@php artisan sniff"
]
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 1dd04fc

Please sign in to comment.