Skip to content

Commit

Permalink
JS: Use resources/tools from external repo, not internal.
Browse files Browse the repository at this point in the history
This was missing in #16656, so we couldn't actually
delete the resources in the internal repo.
  • Loading branch information
criemen committed Jun 4, 2024
1 parent c820234 commit e8c1e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ codeql_pack(
"//javascript/downgrades",
"//javascript/externs",
"//javascript/extractor:tools-extractor",
"@semmle_code//language-packs/javascript:resources",
"//javascript/resources",
],
visibility = ["//visibility:public"],
zips = {"//javascript/extractor/lib/typescript": "tools"},
Expand Down

0 comments on commit e8c1e50

Please sign in to comment.