Skip to content

Commit

Permalink
fix: rebuilding on snap updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 22, 2024
1 parent 8c697ce commit df7b11a
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 @@ -146,7 +146,7 @@ yarn-project-base:
yarn-project:
buildDir: yarn-project
rebuildPatterns:
- ^yarn-project/.*\.(ts|tsx|js|cjs|mjs|json|html|md|sh|nr|toml)$
- ^yarn-project/.*\.(ts|tsx|js|cjs|mjs|json|html|md|sh|nr|toml|snap)$
- ^yarn-project/Dockerfile$
- ^yarn-project/cli/aztec-cli
dependencies:
Expand Down

0 comments on commit df7b11a

Please sign in to comment.