robertknight / tesseract-wasm

JS/WebAssembly build of the Tesseract OCR engine for use in browsers and Node
https://robertknight.github.io/tesseract-wasm/
BSD 2-Clause "Simplified" License
258 stars 26 forks source link

use make for typecheck #62

Closed wydengyre closed 2 years ago

wydengyre commented 2 years ago

Previously, there appeared to be two ways to invoke typechecking: the Makefile and npm/package.json. This commit reduces ambiguity by moving CI typechecking to the Makefile, where all the other build steps live.

wydengyre commented 2 years ago

@robertknight not sure if this was actually something you had done intentionally. If so, it might be worth adding a comment?