Skip to content

Commit

Permalink
Rename target TSBuild to RunTSBuild for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Dec 27, 2024
1 parent d1dedb3 commit 8e4d90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/corelib/Serenity.Corelib.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Description>NuGet version of @serenity-is/corelib NPM package</Description>
<GenerateComputedBuildStaticWebAssetsDependsOn>TSBuild;$(GenerateComputedBuildStaticWebAssetsDependsOn)</GenerateComputedBuildStaticWebAssetsDependsOn>
<GenerateComputedBuildStaticWebAssetsDependsOn>RunTSBuild;$(GenerateComputedBuildStaticWebAssetsDependsOn)</GenerateComputedBuildStaticWebAssetsDependsOn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\sleekgrid\Serenity.SleekGrid.csproj" />
</ItemGroup>
<Target Name="TSBuild" Condition="'$(SkipNodeScripts)' != 'true'" DependsOnTargets="NpmInstall">
<Target Name="RunTSBuild" Condition="'$(SkipNodeScripts)' != 'true'" DependsOnTargets="NpmInstall">
<Exec Command="pnpm build" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion packages/sleekgrid

0 comments on commit 8e4d90f

Please sign in to comment.