Skip to content

Commit

Permalink
Use npm ci to restore npm packages during build #793 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf authored Aug 1, 2022
1 parent c3a2b89 commit bdbeffb
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
<PackageReference Include="Toolbelt.Blazor.LoadingBar" Version="13.1.2" />
</ItemGroup>

<PropertyGroup>
<ClientAssetsRestoreCommand Condition="'$(ClientAssetsRestoreCommand)' == ''">npm ci</ClientAssetsRestoreCommand>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Shared\AzureIoTHub.Portal.Shared.csproj" />
</ItemGroup>
Expand Down
90 changes: 44 additions & 46 deletions src/AzureIoTHub.Portal/Client/assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdbeffb

Please sign in to comment.