chore(web): fix predictive text module concatenation

This commit is contained in:
Marc Durdin 2022-05-10 10:50:33 +10:00
parent f7a0b3d398
commit d2b86c90d1

View file

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