Skip to content

Commit 19546c2

Browse files
IgorMinarAndrewKushnir
authored andcommitted
build: add 'yarn list-fixme-ivy-targets' to list all the fixme-ivy-* targest (angular#26834)
PR Close angular#26834
1 parent 791d192 commit 19546c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"commitmsg": "node ./scripts/git/commit-msg.js",
2929
"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",
3030
"test-fixme-ivy-aot": "bazel test --define=compile=aot --build_tag_filters=-no-ivy-aot --test_tag_filters=-no-ivy-aot",
31+
"list-fixme-ivy-targets": "bazel query --output=label 'attr(\"tags\", \"\\[.*fixme-ivy.*\\]\", //...) except kind(\"sh_binary\", //...) except kind(\"devmode_js_sources\", //...)' | sort",
3132
"bazel": "bazel"
3233
},
3334
"// 1": "dependencies are used locally and by bazel",

0 commit comments

Comments
 (0)