From f59778733fd8d153a2432693315bba10ded53bef Mon Sep 17 00:00:00 2001 From: jahorton Date: Fri, 15 May 2020 15:59:51 +0700 Subject: [PATCH] fix(common/lmlayer): adds web-utils build step to lmlayer build --- common/predictive-text/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/predictive-text/build.sh b/common/predictive-text/build.sh index fa492cb380..f227ba646c 100755 --- a/common/predictive-text/build.sh +++ b/common/predictive-text/build.sh @@ -172,6 +172,9 @@ done # Check if Node.JS/npm is installed. verify_npm_setup $fetch_deps +pushd ../core/web/utils/src +./build.sh -skip-package-install || fail "Utility library package compilation failed." +popd # Ensure that the build-product destination for any generated include .d.ts files exists. if ! [ -d $INCLUDES_OUTPUT ]; then