Skip to content

Commit

Permalink
fix: trigger yarn-project rebuild for .sh files (#2846)
Browse files Browse the repository at this point in the history
yarn-project's `rebuildPatterns` need to trigger for .sh files as well.
  • Loading branch information
spypsy authored Oct 13, 2023
1 parent 22794a5 commit c956254
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|md)$
- ^yarn-project/.*\.(ts|js|cjs|mjs|json|html|md|sh)$
- ^yarn-project/Dockerfile
dependencies:
- yarn-project-base
Expand Down

0 comments on commit c956254

Please sign in to comment.