Skip to content

Commit 564f2f4

Browse files
committed
Fix: Correct CI build.
1 parent 022652f commit 564f2f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,9 @@ fn run_prerelease() -> io::Result<()> {
514514
// Clean out all bundled files before the rebuild.
515515
remove_dir_all_if_exists("../client/static/bundled")?;
516516
run_install(true)?;
517+
run_cmd!(
518+
cargo test export_bindings;
519+
)?;
517520
run_script("npm", &["run", "dist"], "../client", true)?;
518521
Ok(())
519522
}

0 commit comments

Comments
 (0)