We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2960287 + b121f95 commit fefba0aCopy full SHA for fefba0a
README.md
@@ -12,10 +12,10 @@ You can achieve this by adding the following to your project's `composer.json`:
12
````
13
"scripts": {
14
"post-install-cmd": [
15
- "[ $COMPOSER_DEV_MODE -eq 1 ] && vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/"
+ "([ $COMPOSER_DEV_MODE -eq 1 ] && vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/) || true"
16
],
17
"post-update-cmd": [
18
+ "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
19
]
20
}
21
0 commit comments