Skip to content

Commit eecc0cf

Browse files
committed
.
1 parent 3288279 commit eecc0cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
},
5858
"scripts": {
5959
"di:compile": "./compile.sh",
60-
"ci:inspect": "./inspect.sh"
60+
"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+
]
6164
}
6265
}

0 commit comments

Comments
 (0)