Skip to content

Commit 13afa92

Browse files
author
Robert Egginton
committed
Added install path for composer installation on site
1 parent f71798a commit 13afa92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1515
},
1616
"scripts": {
17-
"post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..",
18-
"post-update-cmd": "vendor/bin/phpcs --config-set installed_paths ../../.."
17+
"post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../..",
18+
"post-update-cmd": "vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../.."
1919
}
2020
}

0 commit comments

Comments
 (0)