mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 13:02:23 -07:00
AppVeyor: Attempt 5
This commit is contained in:
parent
c40fdb3910
commit
5b9c669af4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Task("Compile").Does(() => {
|
||||||
});
|
});
|
||||||
|
|
||||||
Task("Gulp").Does(() => {
|
Task("Gulp").Does(() => {
|
||||||
cake.Npm
|
Cake.Npm
|
||||||
.WithLogLevel(NpmLogLevel.Silent)
|
.WithLogLevel(NpmLogLevel.Silent)
|
||||||
.FromPath(".")
|
.FromPath(".")
|
||||||
.Install()
|
.Install()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue