Alex Eagle | eaa4d25 | 2018-10-16 15:23:53 -0700 | [diff] [blame] | 1 | build --strategy=TypeScriptCompile=worker |
| 2 | test --test_output=errors |
| 3 | |
| 4 | # Enable debugging tests with --config=debug |
| 5 | test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results |
| 6 | |
| 7 | build --workspace_status_command=./tools/bazel_stamp_vars.sh |
Greg Magolan | 1c6e634 | 2018-10-24 07:39:12 -0700 | [diff] [blame] | 8 | |
| 9 | # Turn off legacy external runfiles |
| 10 | run --nolegacy_external_runfiles |
| 11 | test --nolegacy_external_runfiles |