Skip to content

Commit ede241a

Browse files
committed
target for running tests and checks
1 parent 0dd641c commit ede241a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"test": "phpunit",
4545
"test-f": "phpunit --filter",
4646
"make-color-names": "@php make-color-names.php colors.txt > ./src/ColorNames.php",
47-
"check": "phpstan"
47+
"check": "phpstan",
48+
"test-check": [
49+
"@test",
50+
"@check"
51+
],
52+
"check-test": "@test-check"
4853
}
4954
}

0 commit comments

Comments
 (0)