mirror of
https://github.com/danog/Valinor.git
synced 2024-11-26 20:24:40 +01:00
qa: set xdebug mode to off when running QA checks
This commit is contained in:
parent
3ee526cb27
commit
e686c07f39
@ -45,6 +45,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"check": [
|
||||
"@putenv XDEBUG_MODE=off",
|
||||
"phpunit",
|
||||
"phpstan",
|
||||
"psalm",
|
||||
@ -52,6 +53,7 @@
|
||||
"rector --dry-run"
|
||||
],
|
||||
"fix": [
|
||||
"@putenv XDEBUG_MODE=off",
|
||||
"php-cs-fixer fix",
|
||||
"rector"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user