diff --git a/makefile b/makefile index 6a68f6598..855ffd852 100644 --- a/makefile +++ b/makefile @@ -151,12 +151,6 @@ ifneq (,$(findstring v12,$(NODE_VERSION))) endif cd .. && rm -rf ./.build/MolliePayments* && mkdir -p ./.build # ------------------------------------------------------------------------------------------------- - @echo "UPDATE SHOPWARE DEPENDENCIES" - php switch-composer.php dev - composer update shopware/core - composer update shopware/storefront - composer update shopware/administration - # ------------------------------------------------------------------------------------------------- @echo "INSTALL DEV DEPENDENCIES AND BUILD" make clean -B make dev -B @@ -174,7 +168,7 @@ endif php switch-composer.php prod # ------------------------------------------------------------------------------------------------- @echo "CREATE ZIP FILE" - cd .. && zip -qq -r -0 ./.build/MolliePayments.zip MolliePayments/* -x '*.editorconfig' '*.git*' '*.reports*' '*/.idea*' '*/tests*' '*/node_modules*' '*/makefile' '*.DS_Store' '*/.shopware-extension.yml' '*/switch-composer.php' '*/phpunit.xml' '*/.phpunuhi.xml' '*/.infection.json' '*/phpunit.autoload.php' '*/.phpstan*' '*/.php_cs.php' '*/phpinsights.php' + cd .. && zip -qq -r -0 ./.build/MolliePayments.zip MolliePayments/* -x '*/vendor/*' '*.editorconfig' '*.git*' '*.reports*' '*/.idea*' '*/tests*' '*/node_modules*' '*/makefile' '*.DS_Store' '*/.shopware-extension.yml' '*/switch-composer.php' '*/phpunit.xml' '*/.phpunuhi.xml' '*/.infection.json' '*/phpunit.autoload.php' '*/.phpstan*' '*/.php_cs.php' '*/phpinsights.php' # ------------------------------------------------------------------------------------------------- @echo "RESET COMPOSER.JSON" php switch-composer.php dev