Skip to content

Commit

Permalink
[PIPRES-537] add zip preparation function
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Jan 31, 2025
1 parent 325066a commit 711147e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 711147e

Please sign in to comment.