Skip to content

Commit

Permalink
Add composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed Aug 29, 2023
1 parent 15caf8f commit c3d2d61
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@
}
},
"scripts": {
"buildkite": [
"@php --version",
"@composer --version",
"@composer install",
"echo APP_KEY= > .env",
"@php artisan key:generate",
"@phpunit"
],
"lightspeed": [
"@php --version",
"@composer --version",
"@composer install",
"echo APP_KEY= > .env",
"@php artisan key:generate",
"@php vendor/bin/lightspeed"
],
"phpunit": "@php vendor/bin/phpunit --colors=always",
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
Expand Down

0 comments on commit c3d2d61

Please sign in to comment.