Skip to content

Commit

Permalink
Tools: Use build-production-concurrently in tools/build-release-branc…
Browse files Browse the repository at this point in the history
…h.sh (#17906)

On my laptop, `yarn run build-production` takes about 4 minutes of wall
time, while `yarn run build-production-concurrently` takes about 2.5.
  • Loading branch information
anomiex authored Nov 30, 2020
1 parent aa6511e commit 44580ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ hash yarn 2>/dev/null || {

# Start cleaning the cache.
yarn cache clean
COMPOSER_MIRROR_PATH_REPOS=1 yarn run build-production
COMPOSER_MIRROR_PATH_REPOS=1 yarn run build-production-concurrently
echo "Done"

echo "Remove composer dependencies listing"
Expand Down

0 comments on commit 44580ea

Please sign in to comment.