mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
6 lines
187 B
Text
6 lines
187 B
Text
# Disable sandboxing because it's too slow.
|
|
# https://github.com/bazelbuild/bazel/issues/2424
|
|
build --spawn_strategy=standalone
|
|
|
|
# Performance: avoid stat'ing input files
|
|
build --watchfs
|