Skip to content

Commit

Permalink
Merge pull request #2533 from itowlson/build-inline-components
Browse files Browse the repository at this point in the history
`spin build`: build inline components
  • Loading branch information
itowlson authored May 29, 2024
2 parents 5bb2ca9 + 8e7c0af commit 482809c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/build/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ pub async fn component_build_configs(
}

fn build_configs_from_manifest(
manifest: spin_manifest::schema::v2::AppManifest,
mut manifest: spin_manifest::schema::v2::AppManifest,
) -> Vec<ComponentBuildInfo> {
spin_manifest::normalize::normalize_manifest(&mut manifest);

manifest
.components
.into_iter()
Expand Down

0 comments on commit 482809c

Please sign in to comment.