Skip to content

Commit e8c1e50

Browse files
committed
JS: Use resources/tools from external repo, not internal.
This was missing in github#16656, so we couldn't actually delete the resources in the internal repo.
1 parent c820234 commit e8c1e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ codeql_pack(
3131
"//javascript/downgrades",
3232
"//javascript/externs",
3333
"//javascript/extractor:tools-extractor",
34-
"@semmle_code//language-packs/javascript:resources",
34+
"//javascript/resources",
3535
],
3636
visibility = ["//visibility:public"],
3737
zips = {"//javascript/extractor/lib/typescript": "tools"},

0 commit comments

Comments
 (0)