mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
chore(developer): add langtags dep for kmc-generate
This commit is contained in:
parent
c74e841ed7
commit
68ef6108eb
2 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
|
|||
|
||||
builder_describe "Build Keyman kmc-generate module" \
|
||||
"@/common/web/keyman-version" \
|
||||
"@/common/web/langtags" \
|
||||
"@/common/web/types" \
|
||||
"@/developer/src/common/web/test-helpers" \
|
||||
"@/developer/src/common/web/utils" \
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
"paths": {
|
||||
"@keymanapp/keyman-version": ["../../../common/web/keyman-version/keyman-version.mts"],
|
||||
"@keymanapp/langtags": ["../../../common/web/langtags/src/main"],
|
||||
"@keymanapp/common-types": ["../../../common/web/types/src/main"],
|
||||
},
|
||||
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
],
|
||||
"references": [
|
||||
{ "path": "../../../common/web/keyman-version" },
|
||||
{ "path": "../../../common/web/langtags" },
|
||||
{ "path": "../../../common/web/types/" },
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue