Created
February 24, 2016 20:21
-
-
Save willemwollebrants/2394928c9fb75a93dd43 to your computer and use it in GitHub Desktop.
Clear cache on composer update or package install
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-update-cmd": "rm -rf cache/*", | |
"post-package-install": "rm -rf cache/*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment