diff options
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 8ea0928..c082a6c 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,8 @@ "@clear", "@build", "@php vendor/bin/pest" - ] + ], + "check": "@php vendor/bin/phpstan" }, "config": { "allow-plugins": { |