We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f76de4 commit 6590658Copy full SHA for 6590658
developer/src/kmc/build.sh
@@ -20,6 +20,7 @@ builder_describe "Build Keyman Keyboard Compiler kmc" \
20
"@/common/include" \
21
"@/common/web/keyman-version" \
22
"@/common/web/types" \
23
+ "@/developer/src/common/web/utils" \
24
"@/developer/src/kmc-analyze" \
25
"@/developer/src/kmc-keyboard-info" \
26
"@/developer/src/kmc-kmn" \
@@ -93,6 +94,7 @@ readonly PACKAGES=(
93
94
developer/src/kmc-model
95
developer/src/kmc-model-info
96
developer/src/kmc-package
97
+ developer/src/common/web/utils
98
)
99
100
if builder_start_action bundle; then
0 commit comments