mirror of
https://github.com/ivuorinen/curly.git
synced 2026-01-26 11:33:59 +00:00
Fix normalize command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user