From b3855ff13c2317a9b74f508c2beda9b829545e86 Mon Sep 17 00:00:00 2001 From: Niranjan Jayakar Date: Mon, 29 Jun 2020 13:03:33 +0100 Subject: [PATCH] chore(scripts): buildup should only build (#8782) Skip the test target to speed up building up to the module. This will significantly improve the speed to arrive to a working module after check out. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- scripts/buildup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildup b/scripts/buildup index 59aeff93dcf50..3fea629af9976 100755 --- a/scripts/buildup +++ b/scripts/buildup @@ -19,7 +19,7 @@ else fi fi -${scriptdir}/foreach.sh --up yarn build+test +${scriptdir}/foreach.sh --up yarn build ${scriptdir}/foreach.sh --reset echo "************************************************************"