Skip to content

Commit

Permalink
automatic zip creation added
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Jun 6, 2024
1 parent a40efb3 commit a5bfc58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,13 @@ upgrading-module-test-$(VERSION):

npm-package-install:
cd views/assets && npm i && npm run build

prepare-zip:
composer install --no-dev --optimize-autoloader --classmap-authoritative
composer dump-autoload --no-dev --optimize --classmap-authoritative
cp .github/.htaccess vendor/.htaccess
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




0 comments on commit a5bfc58

Please sign in to comment.