mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 07:07:39 +00:00
fix(web): patch up worker build to provide artifacts for its tests
This commit is contained in:
parent
dd12e73153
commit
90e7c5b612
2 changed files with 4 additions and 2 deletions
|
|
@ -14,7 +14,6 @@
|
|||
"*.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../tsconfig.json" },
|
||||
{ "path": "../../../web/lm-worker" }
|
||||
{ "path": "../tsconfig.json" }
|
||||
]
|
||||
}
|
||||
|
|
@ -55,6 +55,9 @@ function do_build() {
|
|||
# Declaration bundling.
|
||||
tsc --emitDeclarationOnly --outFile $INTERMEDIATE/worker-main.d.ts
|
||||
|
||||
# Some automated tests currently rely upon the individual output files.
|
||||
tsc
|
||||
|
||||
mkdir -p $LIB
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue