Skip to content

Commit

Permalink
build: add 'yarn list-fixme-ivy-targets' to list all the fixme-ivy-* …
Browse files Browse the repository at this point in the history
…targest (#26834)

PR Close #26834
  • Loading branch information
IgorMinar authored and AndrewKushnir committed Nov 8, 2018
1 parent 006a43f commit 8e4dca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"test-fixme-ivy-jit": "bazel test --define=compile=jit --build_tag_filters=-no-ivy-jit --test_tag_filters=-no-ivy-jit",
"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",
Expand Down

0 comments on commit 8e4dca0

Please sign in to comment.