Skip to content

Commit 14d761c

Browse files
add pint in scripts
1 parent 92be68a commit 14d761c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
"scripts": {
3232
"test:unit":"./vendor/bin/phpunit",
3333
"test:type": "./vendor/bin/phpstan analyse src --level=max",
34+
"test:lint": "./vendor/bin/pint",
3435
"tests": [
35-
"@test:unit",
36-
"@test:type"
36+
"@test:lint",
37+
"@test:type",
38+
"@test:unit"
3739
]
3840
},
3941
"minimum-stability": "dev",

0 commit comments

Comments
 (0)