diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 01eac9658c3bc486d2d42a18557fdb82a536348e (patch) | |
| tree | 667e530b72269005c09c60c0bce2b0c837a87a80 /composer.json | |
| parent | 48431dd32b3f73855f9463af41dba997a2962f9f (diff) | |
Added test command to composer scripts to run pest
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 3c19372..bf0d70b 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "intellipest" ], "analyse": "phpstan", - "format": "php-cs-fixer fix" + "format": "php-cs-fixer fix", + "test": "pest" } } |
