Skip to content

Commit

Permalink
fix rebuild patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Feb 23, 2024
1 parent 0556f38 commit 1c2821c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ docs:
dockerfile: docs/Dockerfile
rebuildPatterns:
- ^docs/
- ^.*.cpp$
- ^.*.hpp$
- ^.*.ts$
- ^.release-please-manifest.json$
- ^.*.nr$
- ^.*\.cpp$
- ^.*\.hpp$
- ^.*\.ts$
- ^.release-please-manifest\.json$
- ^.*\.nr$
dependencies:
- yarn-project
- noir-projects
Expand Down

0 comments on commit 1c2821c

Please sign in to comment.