diff --git a/composer.json b/composer.json index 87ac20d98..b4c4aad65 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,9 @@ "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" - ] + ], + "lint": "./vendor/bin/pint", + "lint:test": "./vendor/bin/pint --test" }, "config": { "preferred-install": "dist",