From 8589fb268d6e5d22a9bd7d6f08792d87c2ca283d Mon Sep 17 00:00:00 2001 From: Niranjan Jayakar Date: Mon, 29 Jun 2020 10:21:23 +0100 Subject: [PATCH] chore(scripts): buildup should only build 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. --- 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 "************************************************************"