mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
chore: restructure bazel macros
This commit is contained in:
parent
a33aa3841c
commit
a0b4392b05
54 changed files with 80 additions and 56 deletions
1
hack/bazel/BUILD.bazel
Normal file
1
hack/bazel/BUILD.bazel
Normal file
|
@ -0,0 +1 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
1
hack/bazel/docker/BUILD.bazel
Normal file
1
hack/bazel/docker/BUILD.bazel
Normal file
|
@ -0,0 +1 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
1
hack/bazel/js/BUILD.bazel
Normal file
1
hack/bazel/js/BUILD.bazel
Normal file
|
@ -0,0 +1 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
|
@ -3,7 +3,7 @@
|
|||
# - improved dependency resolution
|
||||
|
||||
load("@npm//jest-cli:index.bzl", "jest", _jest_test = "jest_test")
|
||||
load("//:hack/utils.bzl", "render_deps")
|
||||
load("//hack/bazel:utils.bzl", "render_deps")
|
||||
|
||||
DEFAULT_DEPS = [
|
||||
"@npm//ts-jest",
|
|
@ -1,5 +1,5 @@
|
|||
load("@npm//@bazel/typescript:index.bzl", "ts_library")
|
||||
load("//:hack/utils.bzl", "render_deps")
|
||||
load("//hack/bazel:utils.bzl", "render_deps")
|
||||
|
||||
def react_library(name, deps = [], **kwargs):
|
||||
ts_library(
|
|
@ -1,4 +1,4 @@
|
|||
load("//:hack/publish.bzl", "publish")
|
||||
load("//hack/bazel/docker:publish.bzl", "publish")
|
||||
load("@io_bazel_rules_docker//docker/util:run.bzl", "container_run_and_commit_layer")
|
||||
load("@io_bazel_rules_docker//container:container.bzl", "container_image")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue