Skip to content

Commit b97cdf5

Browse files
updated
1 parent f768f1f commit b97cdf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
"post-root-package-install": [
3737
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
3838
],
39+
"test:lint": "pint"
3940
"test:unit": "phpunit",
4041
"test:type": "phpstan analyse --ansi",
41-
"test": ["@test:unit", "@test:type"]
42+
"test": ["test:lint","@test:unit", "@test:type"]
4243
},
4344
"config": {
4445
"optimize-autoloader": true,

0 commit comments

Comments
 (0)