Skip to content

Instantly share code, notes, and snippets.

@amine-y
Last active October 19, 2020 13:45
Show Gist options
  • Select an option

  • Save amine-y/5b2e2640fae6075e89a8da8fe8f0339c to your computer and use it in GitHub Desktop.

Select an option

Save amine-y/5b2e2640fae6075e89a8da8fe8f0339c to your computer and use it in GitHub Desktop.
#!/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