mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Update build.cake
This commit is contained in:
parent
c8a67eb5af
commit
20384ec167
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ var runScriptSettings = new NpmRunScriptSettings {
|
||||||
};
|
};
|
||||||
|
|
||||||
NpmRunScript(runScriptSettings);
|
NpmRunScript(runScriptSettings);
|
||||||
})
|
});
|
||||||
|
|
||||||
Task("Build")
|
Task("Build")
|
||||||
.IsDependentOn("Restore")
|
.IsDependentOn("Restore")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue