mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Switch to Yarn and disable auto publish in release mode
This commit is contained in:
parent
5e72684f8a
commit
dae8ecd4d1
3 changed files with 7 additions and 13421 deletions
|
@ -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
13399
src/Ombi/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue