Skip to main content

run_build_only_pipeline

Function run_build_only_pipeline 

Source
pub async fn run_build_only_pipeline(args: &ModeArgs) -> Result<(), EuvError>
Expand description

Executes a build-only pipeline: formats euv macros, cleans output directory, builds WASM, and generates HTML.

Unlike run_build_pipeline, this cleans the output directory before building and skips reload notifications — only the essential WASM build artifacts are kept.

§Arguments

  • &ModeArgs - The CLI arguments.

§Returns

  • Result<(), EuvError> - Indicates success or failure of the build.