Skip to content

Commit

Permalink
chore: add missing composer scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Feb 19, 2024
1 parent 623c493 commit 103a239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"@php artisan key:generate --ansi",
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
"@php artisan migrate --ansi"
],
"test:types": "./vendor/bin/phpstan analyse",
"test:unit": "./vendor/bin/pest -p",
"test": [
"@test:types",
"@test:unit"
]
},
"extra": {
Expand Down

0 comments on commit 103a239

Please sign in to comment.