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:
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"],
|
||||
|
|
Loading…
Reference in New Issue