There was an error while loading. Please reload this page.
1 parent 3288279 commit eecc0cfCopy full SHA for eecc0cf
1 file changed
composer.json
@@ -57,6 +57,9 @@
57
},
58
"scripts": {
59
"di:compile": "./compile.sh",
60
- "ci:inspect": "./inspect.sh"
+ "ci:inspect": "./inspect.sh",
61
+ "post-install-cmd": [
62
+ "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../magento/php-compatibility-fork)"
63
+ ]
64
}
65
0 commit comments