Closed swizzard closed 1 week ago
Fix for https://github.com/distributeaid/aggregated-public-information/issues/182
Locally, run yarn tsc (or yarn run check:types) and make sure there are no errors. On GitHub, open a PR and ensure the pipeline continues past the Run type check step.
yarn tsc
yarn run check:types
Run type check
What changed?
Fix for https://github.com/distributeaid/aggregated-public-information/issues/182
How can you test this?
Locally, run
yarn tsc
(oryarn run check:types
) and make sure there are no errors. On GitHub, open a PR and ensure the pipeline continues past theRun type check
step.