build: run playground e2e examples with bazel (#28697)

PR Close #28697
This commit is contained in:
Paul Gschwendtner
2019-02-01 14:46:38 +01:00
committed by Miško Hevery
parent 866f4be782
commit c1c68889de
42 changed files with 265 additions and 32 deletions

View File

@ -1,4 +1,7 @@
package(default_visibility = ["//packages:__subpackages__"])
package(default_visibility = [
"//modules/playground:__subpackages__",
"//packages:__subpackages__",
])
exports_files(["package.json"])