chore(web): top-level clean affects predictive-text child projects

Addresses parts of #12735.
This commit is contained in:
Joshua Horton 2025-02-07 10:02:31 +07:00
parent 95dae2079e
commit 3e456bbf3b
2 changed files with 1 additions and 2 deletions

View file

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

View file

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