Skip to content

Commit

Permalink
Avoid pnpm install on every build
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Dec 16, 2024
1 parent 7b63ba5 commit f75c57d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common-features/build/Package.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>8.8.3</Version>
<Version>8.8.3.1</Version>
<Company>Serenity Software</Company>
<Copyright>Copyright © Serenity Software, Volkan Ceylan</Copyright>
<Product>Serenity Platform - Common Features</Product>
Expand Down
4 changes: 1 addition & 3 deletions packages/corelib/Serenity.Corelib.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Description>NuGet version of @serenity-is/corelib NPM package</Description>
<IdxDist>dist\index.</IdxDist>
<IdxGlob>wwwroot\index.global.</IdxGlob>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\sleekgrid\Serenity.SleekGrid.csproj" />
</ItemGroup>
<Target Name="TSBuild" Condition="'$(SkipNodeScripts)' != 'true'" AfterTargets="AfterBuild" DependsOnTargets="NpmInstall">
<Exec Command="pnpm -r build" WorkingDirectory="..\..\packages" />
<Exec Command="pnpm build" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion packages/sleekgrid

0 comments on commit f75c57d

Please sign in to comment.