Skip to content

Commit

Permalink
chore: Add md to rebuild patterns (#2798)
Browse files Browse the repository at this point in the history
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
spalladino authored Oct 11, 2023
1 parent aac8b37 commit 3f4297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ yarn-project-base:
yarn-project:
buildDir: yarn-project
rebuildPatterns:
- ^yarn-project/.*\\.(ts|js|cjs|mjs|json|html)$
- ^yarn-project/.*\\.(ts|js|cjs|mjs|json|html|md)$
- ^yarn-project/Dockerfile
dependencies:
- yarn-project-base
Expand Down

0 comments on commit 3f4297d

Please sign in to comment.