Skip to content

Commit 5016c63

Browse files
committed
#130: Prevent none zero exit code
- fixed readme
1 parent 35990c0 commit 5016c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can achieve this by adding the following to your project's `composer.json`:
1212
````
1313
"scripts": {
1414
"post-install-cmd": [
15-
"([ $COMPOSER_DEV_MODE -eq 1 ] && vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/) || true"
15+
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
1616
],
1717
"post-update-cmd": [
1818
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"

0 commit comments

Comments
 (0)