Skip to content

Commit

Permalink
[CastIt.Server] Removed not needed force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Apr 28, 2024
1 parent 0f84801 commit a5db269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastIt.Server/CastIt.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
<Exec WorkingDirectory="$(SpaRoot)" Command="npm install --force" />
<Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
<Exec WorkingDirectory="$(SpaRoot)" Command="npm run build" />

<!-- Include the newly-built files in the publish output -->
Expand Down

0 comments on commit a5db269

Please sign in to comment.