diff --git a/.npmignore b/.npmignore index 1dd66d7..7b15489 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,2 @@ __tests__ test-helpers -BUILD.bazel -BUILD diff --git a/BUILD.bazel b/BUILD.bazel deleted file mode 100644 index 3093bf2..0000000 --- a/BUILD.bazel +++ /dev/null @@ -1,14 +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 = "graphql-relay", - package_name = "@adeira/graphql-relay", -) - -test_yarn_workspace( - name = "test", - deps = [ - "@npm//graphql", - ], -)