mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5faf520067
So far this just compiles the core and common packages.
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
# 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
|