Add JUST the Composer scripts

This commit is contained in:
Ben Thomson 2020-01-20 16:15:20 +08:00
parent 86351cec7f
commit 0a63720335
1 changed files with 9 additions and 0 deletions

View File

@ -64,6 +64,15 @@
"post-update-cmd": [
"php artisan october:util set build",
"php artisan package:discover"
],
"test": [
"phpunit --stop-on-failure --prepend ./vendor/october/rain/src/Support/helpers.php"
],
"lint": [
"parallel-lint --exclude vendor --exclude storage --exclude tests/fixtures/plugins/testvendor/goto/Plugin.php ."
],
"sniff": [
"phpcs --colors -nq --report=\"full\" --extensions=\"php\""
]
},
"config": {