do not copy package lock
This commit is contained in:
parent
b3b61ca060
commit
9d51f4fc5c
2 changed files with 12 additions and 0 deletions
|
@ -26,4 +26,10 @@
|
|||
<_ContentIncludedByDefault Remove="Components\Shared\DarkModeSwitcher.razor" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="packages.lock.json">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -35,6 +35,12 @@
|
|||
<_ContentIncludedByDefault Remove="wwwroot\bootstrap\bootstrap.min.css.map"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="packages.lock.json">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="NodeInstall" BeforeTargets="Build">
|
||||
<Exec Command="pnpm install"/>
|
||||
</Target>
|
||||
|
|
Loading…
Reference in a new issue