Skip to content

Commit

Permalink
Skip typescript builder after asset hash
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Aug 29, 2022
1 parent 1baf4ce commit 6e8a66b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ fn main() {
println!("asset hasher result: {:?}", result);

rust_builder.run().expect("Rust build failed");
typescript_builder.run().expect("TypeScript build failed");

if let Some(script_name) = &script {
let script_path = current_dir.join(script_name);
Expand Down

0 comments on commit 6e8a66b

Please sign in to comment.