Don’t ignore /build/ in node_modules

Summary: …or flow cannot find `jest-haste-map`

Reviewed By: cpojer

Differential Revision: D5218014

fbshipit-source-id: b361d262594ff4f75c334375b0677865c6a03915
This commit is contained in:
David Aurelio 2017-06-09 09:54:07 -07:00 committed by Facebook Github Bot
parent 03dbae36d7
commit d7461f1bc4

View File

@ -1,6 +1,6 @@
[ignore] [ignore]
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json .*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
.*/build/.* <PROJECT_ROOT>/packages/.*/build/.*
[options] [options]
module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js' module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'