Skip to content

Commit

Permalink
build: Fix wrong filename
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 28, 2023
1 parent aad3916 commit b5a8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fn generate_typescript_bindings() {
fn build_with_yarn() {
// Note that as we are not waching all files, sometimes we'd need to force this build
println!("cargo:rerun-if-changed=./src/stream/webrtc/frontend/index.html");
println!("cargo:rerun-if-changed=./src/stream/webrtc/frontend/yarn.json");
println!("cargo:rerun-if-changed=./src/stream/webrtc/frontend/package.json");
println!("cargo:rerun-if-changed=./src/stream/webrtc/frontend/src");
// Build with YARN
let frontend_dir = Path::new("./src/stream/webrtc/frontend");
Expand Down

0 comments on commit b5a8d33

Please sign in to comment.