Re-order test commands
This commit is contained in:
parent
5f8ad9b60f
commit
6c017505f5
|
@ -12,8 +12,8 @@
|
|||
"scripts": {
|
||||
"lint": "php-cs-fixer fix",
|
||||
"test": [
|
||||
"composer run lint -- --dry-run",
|
||||
"composer run test:unit"
|
||||
"composer run test:unit",
|
||||
"composer run lint -- --dry-run"
|
||||
],
|
||||
"test:unit": "phpunit"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue