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:
Eli White 2019-01-10 11:08:04 -08:00 committed by Facebook Github Bot
parent 35a136801c
commit 09795b6334
1 changed files with 1 additions and 1 deletions

View File

@ -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"],