From 19546c234e5c4f2d91ebd55f6fd8b60bc718f2c6 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 29 Oct 2018 19:24:53 +0100 Subject: [PATCH] build: add 'yarn list-fixme-ivy-targets' to list all the fixme-ivy-* targest (#26834) PR Close #26834 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e923a871da..3f50963b8e 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "commitmsg": "node ./scripts/git/commit-msg.js", "test-ivy-aot": "bazel test --define=compile=aot --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot", "test-fixme-ivy-aot": "bazel test --define=compile=aot --build_tag_filters=-no-ivy-aot --test_tag_filters=-no-ivy-aot", + "list-fixme-ivy-targets": "bazel query --output=label 'attr(\"tags\", \"\\[.*fixme-ivy.*\\]\", //...) except kind(\"sh_binary\", //...) except kind(\"devmode_js_sources\", //...)' | sort", "bazel": "bazel" }, "// 1": "dependencies are used locally and by bazel",