Skip to content

Commit

Permalink
fix: mofidying .ts files only should embed the newly generated .js files
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Nov 5, 2024
1 parent 9ccb7bf commit 20c2d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@

<Target Name="_UnoEmbeddedResourcesInjection"
Condition="'$(_UnoRequiresEmbeddedResourcesInjection)' == 'true'"
AfterTargets="Compile">
AfterTargets="Compile;CompileTypeScriptWithTSConfig">

<ItemGroup>
<!-- Filter ReferenceCopyLocalPaths as it may contain pdbs as well -->
Expand Down

0 comments on commit 20c2d6f

Please sign in to comment.