Skip to content

Commit 832e4ac

Browse files
committed
fix(publish): include gitkeep to package
1 parent c8154b0 commit 832e4ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/IgniteUI.Blazor.GridLite/IgniteUI.Blazor.GridLite.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
2727
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0" />
2828
</ItemGroup>
29+
<ItemGroup>
30+
<Content Update="wwwroot\js\.gitkeep">
31+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
32+
</Content>
33+
</ItemGroup>
2934

3035

3136
<!-- Ensure JavaScript bundle is built before compilation -->

0 commit comments

Comments
 (0)