Run compile step
We develop with TypeScript. We should compile the Typescript on CI to make sure that the Typescript is valid.
-
Compile src
usingnpx tsc
always in CI -
Fix test
compilation (see errors in https://gitlab.com/gitlab-org/cells/router/-/issues/4#note_1859042482), once fixed, also compiletest/
in CI
Edited by Bojan Marjanovic