From d2b86c90d10187c5b9f4d5638bbdfd74b8c8ed63 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Tue, 10 May 2022 10:50:33 +1000 Subject: [PATCH] chore(web): fix predictive text module concatenation --- web/source/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/source/build.sh b/web/source/build.sh index 6a1c17ebe7..95e9b9445a 100755 --- a/web/source/build.sh +++ b/web/source/build.sh @@ -473,7 +473,7 @@ if [ $BUILD_COREWEB = true ]; then # TEMP STUB LMLayerWorkerCode pwd - cat $INTERMEDIATE/keymanweb.js ../../common/predictive-text/build/intermediate/index.js > $INTERMEDIATE/km1.js + cat $INTERMEDIATE/keymanweb.js <(echo) ../../common/predictive-text/build/index.js > $INTERMEDIATE/km1.js mv $INTERMEDIATE/km1.js $INTERMEDIATE/keymanweb.js echo Native TypeScript compiled as $INTERMEDIATE/keymanweb.js