(1) The CI workflow does not run TSC, only prettier & standard. https://github.com/CheckerNetwork/piece-indexer/blob/0cc9f61d6d319eb9b706b5bcfbf070fe92432313/.github/workflows/ci.yml#L132-L140 We need to add another step - `npm run test:types` (2) Typecheck currently fails. We need to fix all TypeScript errors.
(1)
The CI workflow does not run TSC, only prettier & standard.
piece-indexer/.github/workflows/ci.yml
Lines 132 to 140 in 0cc9f61
We need to add another step -
npm run test:types(2)
Typecheck currently fails. We need to fix all TypeScript errors.