Last active
February 2, 2018 10:30
-
-
Save urre/e06e8113d3858842abe3135f9dc85f1e to your computer and use it in GitHub Desktop.
composer scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"post-install-cmd": "./vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs", | |
"post-update-cmd" : "./vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment