mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(web): top-level clean affects predictive-text child projects
Addresses parts of #12735.
This commit is contained in:
parent
95dae2079e
commit
3e456bbf3b
2 changed files with 1 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue