Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add md to rebuild patterns (#2798)
The yarn formatting step currently checks md files as well. This means that an incorrectly formatted md file in yarn project will cause the yarn-project-formatting job to fail, but pushing a new commit with the fix won't trigger yarn-project to rebuild, so yarn-project-formatting will keep seeing the malformed md, and will keep failing. See [this workflow run](https://app.circleci.com/pipelines/github/AztecProtocol/aztec-packages/13854/workflows/4981ebef-0028-48a3-aa72-b456cba54a9e) for an example.
- Loading branch information