Switch to Yarn and disable auto publish in release mode

This commit is contained in:
Matt Jeanes 2018-06-17 04:04:00 +01:00
parent 5e72684f8a
commit dae8ecd4d1
3 changed files with 7 additions and 13421 deletions

View file

@ -45,9 +45,11 @@
<Target Name="NpmCommandsDebug" Condition="'$(Configuration)'=='Debug'" AfterTargets="Build">
<Exec Command="npm run vendor" />
</Target>
<!-- Disabled as run by CI once for many different runtime builds
<Target Name="NpmCommandsRelease" Condition="'$(Configuration)'=='Release'" AfterTargets="Build">
<Exec Command="npm run publish" />
</Target>
-->
<Target Name="NpmCommandsClean" AfterTargets="Clean">
<Exec Command="npm run clean" />
</Target>

13399
src/Ombi/package-lock.json generated

File diff suppressed because it is too large Load diff