mirror of
https://github.com/ivuorinen/curly.git
synced 2026-02-23 17:52:03 +00:00
Fix normalize command
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user