mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-16 12:47:41 +00:00
fix(android): fixes CI build missing sentry-manager product
This commit is contained in:
parent
a215b52712
commit
daf56bb7e8
1 changed files with 5 additions and 1 deletions
|
|
@ -21,6 +21,10 @@
|
|||
{ "path": "../../../../common/predictive-text/browser.tsconfig.json", "prepend": true },
|
||||
{ "path": "../../../../common/web/input-processor/src", "prepend": true },
|
||||
{ "path": "../../../../common/web/keyboard-processor/src", "prepend": true },
|
||||
{ "path": "../../engine", "prepend": true}
|
||||
{ "path": "../../engine", "prepend": true},
|
||||
// sentry-manager is used by Keyman for Android and Keyman for iOS but not
|
||||
// directly by KeymanWeb, but it's neater to reference it here and get the
|
||||
// automatic build result, than to reference it directly in those projects.
|
||||
{ "path": "../../common/web/sentry-manager/src" },
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue