fix(common/lmlayer): adds web-utils build step to lmlayer build

This commit is contained in:
jahorton 2020-05-15 15:59:51 +07:00
parent b448dbf32e
commit f59778733f

View file

@ -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