Skip to content

Commit

Permalink
Update JavaScript dependencies (#54) (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
MackinnonBuck authored Jul 6, 2022
1 parent 74e05a1 commit 0c5a96b
Show file tree
Hide file tree
Showing 5 changed files with 6,087 additions and 5,300 deletions.
2 changes: 1 addition & 1 deletion src/Angular-CSharp.csproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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" />
<Exec WorkingDirectory="$(SpaRoot)" Command="npm run build -- --prod" />
<Exec WorkingDirectory="$(SpaRoot)" Command="npm run build -- --configuration production" />

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

0 comments on commit 0c5a96b

Please sign in to comment.