1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Test format before units

This commit is contained in:
Aidan Woods 2018-12-11 22:56:38 +00:00
parent 215953334e
commit 3a0db641aa
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -30,8 +30,8 @@
"scripts": { "scripts": {
"test": [ "test": [
"@test-static", "@test-static",
"@test-units", "@test-formatting",
"@test-formatting" "@test-units"
], ],
"test-static": "vendor/bin/psalm", "test-static": "vendor/bin/psalm",
"test-dead-code": "vendor/bin/psalm --find-dead-code", "test-dead-code": "vendor/bin/psalm --find-dead-code",