diff --git a/Makefile b/Makefile index 7b82baa73..1b7ba6fed 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,8 @@ e2e-1784-prepare: e2eh1784: test-e2e-headless-1784 test-e2e-headless-1784: make e2e1784p + +prepare-zip: + composer install --no-dev --optimize-autoloader --classmap-authoritative + composer dump-autoload --no-dev --optimize --classmap-authoritative + rm -rf .git .docker .editorconfig .github tests .php-cs-fixer.php Makefile cypress .docker cypress.config.js cypress.env.json docker-compose*.yml .gitignore bin codeception.yml package-lock.json package.json .php_cs.dist .php-cs-fixer.dist .php-cs-fixer.dist.php