Skip to content

Commit b121f95

Browse files
Peter O'Callaghanlenaorobei
Peter O'Callaghan
andauthored
Update README.md
Co-Authored-By: Lena Orobei <[email protected]>
1 parent 98a2ce2 commit b121f95

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
@@ -15,7 +15,7 @@ You can achieve this by adding the following to your project's `composer.json`:
1515
"([ $COMPOSER_DEV_MODE -eq 1 ] && vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/) || true"
1616
],
1717
"post-update-cmd": [
18-
"([ $COMPOSER_DEV_MODE -eq 1 ] && vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/) || true"
18+
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
1919
]
2020
}
2121
````

0 commit comments

Comments
 (0)