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": { "scripts": {
"post-update-cmd": [ "post-install-cmd": [
"@composer normalize" "@composer normalize || true"
], ],
"post-package-install": [ "post-update-cmd": [
"@composer normalize" "@composer normalize || true"
], ],
"check": "vendor/bin/phpstan analyse src tests --level=7", "check": "vendor/bin/phpstan analyse src tests --level=7",
"test": "vendor/bin/phpunit --colors --verbose" "test": "vendor/bin/phpunit --colors --verbose"