Skip to content

Commit

Permalink
NTR: improve speed for admin building
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Nov 9, 2022
1 parent a033609 commit 3e37b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build: ## Installs the plugin, and builds the artifacts using the Shopware build
cd /var/www/html && php bin/console plugin:install MolliePayments --activate | true
cd /var/www/html && php bin/console plugin:refresh
cd /var/www/html && php bin/console theme:dump
cd /var/www/html && PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./bin/build-js.sh
cd /var/www/html && SHOPWARE_ADMIN_BUILD_ONLY_EXTENSIONS=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true DISABLE_ADMIN_COMPILATION_TYPECHECK=true ./bin/build-js.sh
cd /var/www/html && php bin/console theme:refresh
cd /var/www/html && php bin/console theme:compile
cd /var/www/html && php bin/console theme:refresh
Expand Down

0 comments on commit 3e37b11

Please sign in to comment.