Skip to content

Commit

Permalink
Merge pull request #18704 from ramezgerges/wasm_ts_incremental_genera…
Browse files Browse the repository at this point in the history
…tion

fix: mofidying .ts files only should embed the newly generated .js files
  • Loading branch information
jeromelaban authored Nov 6, 2024
2 parents 2e409a8 + 20c2d6f commit 1521f00
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 1521f00

Please sign in to comment.