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