If you are altering anything other than graveyard.json
, you should ensure that your Pull Request will pass continuous integration. Run yarn test
which will perform these three actions:
- ESLint
- Jest
- Build
There is currently no continuous delivery running on this project, so commit the production build that results from any changes you make to the codebase.
Every PR must pass CI checks before it can be updated or merged into production.