Fix normalize command

This commit is contained in:
Ismo Vuorinen
2022-02-11 15:40:38 +02:00
parent f762fe3cfc
commit fd78b5b57d

View File

@@ -42,11 +42,11 @@
}
},
"scripts": {
"post-update-cmd": [
"@composer normalize"
"post-install-cmd": [
"@composer normalize || true"
],
"post-package-install": [
"@composer normalize"
"post-update-cmd": [
"@composer normalize || true"
],
"check": "vendor/bin/phpstan analyse src tests --level=7",
"test": "vendor/bin/phpunit --colors --verbose"