This commit is contained in:
Jamie Rees 2019-04-11 21:44:02 +01:00
commit b7e909b1e4
2 changed files with 11 additions and 23 deletions

View file

@ -135,7 +135,7 @@ Task("Gulp Publish")
Task("TSLint")
.Does(() =>
{
Yarn.FromPath(uiProjectDir).RunScript("lint");
//Yarn.FromPath(uiProjectDir).RunScript("lint");
});
Task("PrePublish")