Skip to content

Commit

Permalink
Add yarn-project as doc dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Sep 25, 2023
1 parent 05bb816 commit d400647
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions build_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ circuits-x86_64-linux-clang-assert:
dependencies:
- barretenberg-x86_64-linux-clang

docs:
buildDir: .
dockerfile: docs/Dockerfile
rebuildPatterns:
- ^docs/
- ^.*.cpp$
- ^.*.ts$
- ^.release-please-manifest.json$
- ^.*/noir-version.json$

l1-contracts:
buildDir: l1-contracts

Expand Down Expand Up @@ -149,3 +139,15 @@ end-to-end:
projectDir: yarn-project/end-to-end
dependencies:
- yarn-project

docs:
buildDir: .
dockerfile: docs/Dockerfile
rebuildPatterns:
- ^docs/
- ^.*.cpp$
- ^.*.ts$
- ^.release-please-manifest.json$
- ^.*/noir-version.json$
dependencies:
- yarn-project

0 comments on commit d400647

Please sign in to comment.