Skip to content

Commit

Permalink
chore: Ensure execution before wasm stage init
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 16, 2024
1 parent becdfeb commit 9c150ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</Target>

<Target Name="GenerateUnoWasmAssets"
BeforeTargets="ResolveStaticWebAssetsInputs;_UnoWasmNativeForBuild"
BeforeTargets="ResolveStaticWebAssetsInputs;PrepareInputsForWasmBuild;_UnoWasmNativeForBuild"
DependsOnTargets="_UnoAdjustCompatibility">

<ItemGroup>
Expand Down

0 comments on commit 9c150ff

Please sign in to comment.