Merge pull request #7089 from aspnet/pakrym/merge22-2
Merge branch 'release/2.2' => 'master'
This commit is contained in:
commit
0691dc7102
|
|
@ -39,7 +39,7 @@ namespace FunctionalTests
|
|||
processStartInfo = new ProcessStartInfo
|
||||
{
|
||||
FileName = "cmd",
|
||||
Arguments = "/c npm test --no-color",
|
||||
Arguments = "/c npm test --no-color --no-watchman",
|
||||
};
|
||||
}
|
||||
else
|
||||
|
|
@ -47,7 +47,7 @@ namespace FunctionalTests
|
|||
processStartInfo = new ProcessStartInfo
|
||||
{
|
||||
FileName = "npm",
|
||||
Arguments = "test",
|
||||
Arguments = "test --no-watchman",
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue