mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 10:47:41 +00:00
fix(common/lmlayer): adds web-utils build step to lmlayer build
This commit is contained in:
parent
b448dbf32e
commit
f59778733f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue