This commit is contained in:
Francisco Hodge
2019-04-27 22:19:34 -04:00
parent 38cbc0e99c
commit e88d0fdb12
85 changed files with 3644 additions and 333660 deletions
+1 -2
View File
@@ -38,10 +38,9 @@ function isInMercurialRepository() {
}
}
// Watch unless on CI, in coverage mode, or explicitly running all tests
// Watch unless on CI or explicitly running all tests
if (
!process.env.CI &&
argv.indexOf('--coverage') === -1 &&
argv.indexOf('--watchAll') === -1
) {
// https://github.com/facebook/create-react-app/issues/5210