Skip to content

Instantly share code, notes, and snippets.

@ramonfincken
Created December 21, 2017 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramonfincken/ba65dce0e2b9d239b7a55026f8af1d0c to your computer and use it in GitHub Desktop.
Save ramonfincken/ba65dce0e2b9d239b7a55026f8af1d0c to your computer and use it in GitHub Desktop.
WordPress Composer multiple mu-plugins fix: composer.json (2 of 2)
"scripts": {
"test": [
"web/vendor/bin/phpcs"
],
"post-update-cmd": "bash muplugins.sh",
"post-install-cmd": "bash muplugins.sh"
}
@ramonfincken
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment