Skip to content

Commit

Permalink
Fix checked path
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Dec 25, 2024
1 parent a3312ec commit f4cea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serene/src/Serene.Web/Serene.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>
<ItemGroup Condition="'$(UseProjectRefs)' == 'false'">
</ItemGroup>
<Target Name="NpmInstall" BeforeTargets="BeforeBuild" Condition="!Exists('node_modules\serenity-is\tsbuild\package.json')">
<Target Name="NpmInstall" BeforeTargets="BeforeBuild" Condition="!Exists('node_modules\@serenity-is\tsbuild\package.json')">
<Message Text="Installing NPM packages..." Importance="high" />
<Exec Command="npm install" Condition="!Exists('..\..\..\pnpm-workspace.yaml')" />
<Exec Command="pnpm install" Condition="Exists('..\..\..\pnpm-workspace.yaml')" />
Expand Down

0 comments on commit f4cea49

Please sign in to comment.