gnomad-browser
gnomad-browser copied to clipboard
Remove graphql-api checks from browser CI
Currently the browser CI yaml file runs:
- eslint
- tsc
- jest
For all of the relevant ts/js files, so for both the graphql-api and the frontend. This PR splits this, so that each CI job is responsible only for checking its respective directory.