Skip to content

Commit

Permalink
Merge pull request #52 from AmielCyber/dev
Browse files Browse the repository at this point in the history
Removed npm build in azure
  • Loading branch information
AmielCyber authored Aug 24, 2023
2 parents 879f6aa + ffa2482 commit 3884a90
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions PetSearch.API/PetSearch.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>

<!-- Build Client App -->
<Target Name="CompileClientApp" BeforeTargets="Publish">
<Exec WorkingDirectory="../pet-search-client" Command="npm install"/>
<Exec WorkingDirectory="../pet-search-client" Command="npm run build"/>
</Target>

<!-- Include static files from a React build -->
<ItemGroup>
<Folder Include="wwwroot\"/>
Expand Down

0 comments on commit 3884a90

Please sign in to comment.