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": {
"test": [
"@test-static",
"@test-units",
"@test-formatting"
"@test-formatting",
"@test-units"
],
"test-static": "vendor/bin/psalm",
"test-dead-code": "vendor/bin/psalm --find-dead-code",