angular-cn/packages/bazel
Miško Hevery 96eb79b1c7 build: add support for running builds outside of sandbox on Mac. (#25870)
Add following to your `~/.bazelrc`. This will run the build faster locally
(outside of sandbox), but continue running the builds with sandboxing
on CI.

```
build --spawn_strategy=standalone --strategy=ESM5=sandboxed
```
PR Close #25870
2018-09-07 16:06:55 -07:00
..
docs docs(bazel): add skydoc generation (#23544) 2018-08-08 13:12:07 -07:00
src build: add support for running builds outside of sandbox on Mac. (#25870) 2018-09-07 16:06:55 -07:00
test build(bazel): update to rules_typescript 0.16.1 (#25490) 2018-08-23 15:26:21 -04:00
BUILD.bazel docs(bazel): add skydoc generation (#23544) 2018-08-08 13:12:07 -07:00
index.bzl style: format .bzl files with buildifier (#23544) 2018-08-08 13:12:07 -07:00
package.json feat: add TypeScript 3 support (#25275) 2018-08-27 21:07:53 -04:00