Skip to content

Commit af2c99d

Browse files
committed
Fix: CI needs dev dependencies installed
1 parent 8b9ec41 commit af2c99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ fn run_build() -> Result<(), Box<dyn std::error::Error>> {
351351
fn run_prerelease() -> Result<(), Box<dyn std::error::Error>> {
352352
// Clean out all bundled files before the rebuild.
353353
remove_dir_all_if_exists("../client/static/bundled")?;
354-
run_install(false)?;
354+
run_install(true)?;
355355
run_script("npm", &["run", "dist"], "../client", true)?;
356356
Ok(())
357357
}

0 commit comments

Comments
 (0)