Only do dry run in composer test
This commit is contained in:
parent
c314a925cc
commit
b9ba0f4f00
|
@ -25,7 +25,7 @@
|
|||
"prod": "composer run-script generate -- --env prod",
|
||||
"test": [
|
||||
"composer run test:unit",
|
||||
"composer run lint"
|
||||
"composer run lint -- --dry-run"
|
||||
],
|
||||
"test:unit": "phpunit",
|
||||
"watch": "composer run-script --timeout=0 generate -- --server --watch"
|
||||
|
|
Loading…
Reference in a new issue