Last active
October 19, 2020 13:45
-
-
Save amine-y/5b2e2640fae6075e89a8da8fe8f0339c to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env bash | |
| echo "Cleaning" | |
| rm -rf app/code/Axelites/MgtVarnish | |
| rm -rf app/code/Mgt | |
| rm -rf var/cache/* | |
| rm -rf var/view_preprocessed/* | |
| rm -rf var/page_cache/* | |
| bin/magento setup:upgrade | |
| bin/magento setup:di:compile | |
| bin/magento c:c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment