Skip to content

Commit

Permalink
ci: Adjus typescript injection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 5, 2022
1 parent 3ebd591 commit 92cef51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Uno.UI/Uno.UI.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
DestinationFolder="$(OutputPath)"
Condition="exists('$(_unoUIDTsFilePath)')"/>
</Target>

<ItemGroup>
<_UnoEmbeddedResourcesInjectionAfterTargets Include="CompileTypeScriptWithTSConfig" />
</ItemGroup>

<Import Project="..\SourceGenerators\Uno.UI.SourceGenerators\Content\Uno.UI.SourceGenerators.props" />
<Import Project="..\Uno.UI\MixinGeneration.targets" />
Expand Down

0 comments on commit 92cef51

Please sign in to comment.