diff --git a/.npmignore b/.npmignore index 1d2c8b2..c912533 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1 @@ __tests__ -BUILD.bazel -BUILD diff --git a/BUILD.bazel b/BUILD.bazel deleted file mode 100644 index 2319952..0000000 --- a/BUILD.bazel +++ /dev/null @@ -1,11 +0,0 @@ -load("//:bazel/macros/build_yarn_workspace.bzl", "build_yarn_workspace") -load("//:bazel/macros/test_yarn_workspace.bzl", "test_yarn_workspace") - -build_yarn_workspace( - name = "signed-source", - package_name = "@adeira/signed-source", -) - -test_yarn_workspace( - name = "test", -)