Skip to content

Commit

Permalink
add composer test script (clears caches and such)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpow committed Dec 21, 2023
1 parent 54eb635 commit 792f0e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
],
"post-install-cmd": [
"php artisan storage:link --quiet"
],
"test": [
"@php artisan clear-compiled",
"@php artisan storage:link",
"@php artisan config:clear",
"@php artisan cache:clear",
"@php artisan view:clear",
"@php artisan test"
]
}
}

0 comments on commit 792f0e8

Please sign in to comment.