From 3e456bbf3b0637d2abb20cee35e530124a85435e Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Fri, 7 Feb 2025 10:02:31 +0700 Subject: [PATCH] chore(web): top-level clean affects predictive-text child projects Addresses parts of #12735. --- web/build.sh | 2 +- web/src/engine/predictive-text/build.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/build.sh b/web/build.sh index e6d9a5feb8..5dd30f338f 100755 --- a/web/build.sh +++ b/web/build.sh @@ -35,7 +35,7 @@ builder_describe "Builds engine modules for Keyman Engine for Web (KMW)." \ ":engine/keyboard-storage Subset used to collate keyboards and request them from the cloud" \ ":engine/main Builds all common code used by KMW's app/-level targets" \ ":engine/osk Builds the Web OSK module" \ - ":engine/predictive-text=src/engine/predictive-text/worker-main Builds KMW's predictive text module" \ + ":engine/predictive-text Builds KMW's predictive text module" \ ":help Online documentation" \ ":samples Builds all needed resources for the KMW sample-page set" \ ":tools Builds engine-related development resources" \ diff --git a/web/src/engine/predictive-text/build.sh b/web/src/engine/predictive-text/build.sh index 677d8b2269..015c0ea3be 100755 --- a/web/src/engine/predictive-text/build.sh +++ b/web/src/engine/predictive-text/build.sh @@ -53,7 +53,6 @@ builder_run_child_actions configure ## Build actions builder_run_child_actions build:wordbreakers - builder_run_child_actions build:templates builder_run_child_actions build:worker-thread builder_run_child_actions build:worker-main