Skip to content

Commit

Permalink
Rebuild isolate if system UDFs change. (#31333)
Browse files Browse the repository at this point in the history
We kinda need that for things to work when messing with system udfs.

GitOrigin-RevId: 09cec06543496875ed8174dab1da7a57009f5f35
  • Loading branch information
nipunn1313 authored and Convex, Inc. committed Nov 4, 2024
1 parent 3fb4337 commit a4963a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/isolate/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ fn main() -> anyhow::Result<()> {
rerun_if_changed("../../npm-packages/node-executor/src")?;
rerun_if_changed("../../npm-packages/node-executor/package.json")?;

rerun_if_changed("../../npm-packages/system-udfs/convex/")?;

// Note that we only include the component directory,`convex` directory, and
// package.json so we ignore changes to rush files.
rerun_if_changed("../../npm-packages/udf-tests/convex/")?;
Expand Down

0 comments on commit a4963a6

Please sign in to comment.