From d7461f1bc4ac365ffb2814d670fab98c5f8ce749 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Fri, 9 Jun 2017 09:54:07 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20ignore=20`/build/`=20in=20`node?= =?UTF-8?q?=5Fmodules`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: …or flow cannot find `jest-haste-map` Reviewed By: cpojer Differential Revision: D5218014 fbshipit-source-id: b361d262594ff4f75c334375b0677865c6a03915 --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 8a22200a..6b5077cc 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,6 +1,6 @@ [ignore] .*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json -.*/build/.* +/packages/.*/build/.* [options] module.name_mapper='^types/\(.*\)$' -> '/types/\1.js'