Created
December 21, 2017 07:54
-
-
Save ramonfincken/ba65dce0e2b9d239b7a55026f8af1d0c to your computer and use it in GitHub Desktop.
WordPress Composer multiple mu-plugins fix: composer.json (2 of 2)
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": { | |
"test": [ | |
"web/vendor/bin/phpcs" | |
], | |
"post-update-cmd": "bash muplugins.sh", | |
"post-install-cmd": "bash muplugins.sh" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Featured in https://www.mijnpress.nl/2017/wordpress-composer-multiple-mu-plugins-fix/ 3 of 3