mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Silent build level
This commit is contained in:
parent
31a83626d2
commit
880d92d78d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Task("Restore")
|
|||
Task("NPM")
|
||||
.Does(() => {
|
||||
var settings = new NpmInstallSettings {
|
||||
LogLevel = NpmLogLevel.Verbose,
|
||||
LogLevel = NpmLogLevel.Silent,
|
||||
WorkingDirectory = webProjDir,
|
||||
Production = true
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue