mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Introduce a bazel-based build for the entire JS pack.
This commit is contained in:
11
javascript/downgrades/BUILD.bazel
Normal file
11
javascript/downgrades/BUILD.bazel
Normal file
@@ -0,0 +1,11 @@
|
||||
load("@//:dist.bzl", "pack_zip")
|
||||
|
||||
pack_zip(
|
||||
name = "downgrades",
|
||||
srcs = glob(
|
||||
["**/*"],
|
||||
exclude = ["BUILD.bazel"],
|
||||
),
|
||||
prefix = "downgrades",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user