8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35990c0 commit 5016c63Copy full SHA for 5016c63
README.md
@@ -12,7 +12,7 @@ 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/) || true"
+ "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
16
],
17
"post-update-cmd": [
18
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
0 commit comments