mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-17 07:29:18 +08:00
Don't glob over single files
Summary: Was getting a lint error for this being in the glob Reviewed By: rickhanlonii Differential Revision: D13618406 fbshipit-source-id: cebaff99cf71c6ff949342e8cb9f36853616cf0c
This commit is contained in:
committed by
Facebook Github Bot
parent
35a136801c
commit
09795b6334
@@ -10,9 +10,9 @@ fb_native.sh_binary(
|
||||
resources = glob(
|
||||
[
|
||||
"**/*.js",
|
||||
"buck_tests/generate-tests.js",
|
||||
],
|
||||
) + [
|
||||
"buck_tests/generate-tests.js",
|
||||
"xplat//js:setup_env",
|
||||
],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
Reference in New Issue
Block a user