Skip to content

Commit

Permalink
fix: rebuilding on snap updates (#4729)
Browse files Browse the repository at this point in the history
Fixes #4728
  • Loading branch information
benesjan authored Feb 22, 2024
1 parent 5eb0c57 commit a2c0cae
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 a2c0cae

Please sign in to comment.