Skip to content

Commit

Permalink
adds bun.lock to list
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Feb 13, 2025
1 parent d9ea60f commit c5840db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-filewatch/src/package_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const INVALIDATION_PATHS: &[&str] = &[
package_manager::npm::LOCKFILE,
package_manager::yarn::LOCKFILE,
package_manager::bun::LOCKFILE_BINARY,
package_manager::bun::LOCKFILE,
];

impl Subscriber {
Expand Down

0 comments on commit c5840db

Please sign in to comment.