@ -104,11 +104,13 @@ Task("Compile").Does(() => {
});
Task("Gulp").Does(() => {
Cake.Npm
NpmInstall(new NpmInstallSettings {
.WithLogLevel(NpmLogLevel.Silent)
LogLevel = NpmLogLevel.Silent,
.FromPath(".")
WorkingDirectory = "./",
.Install()
Production = true
.RunScript("build");
NpmRunScript("build");
Task("PackageMono").Does(() => {