build: update bazel rules to latest (#18289)

This commit is contained in:
Alex Eagle
2017-07-21 14:11:35 -07:00
committed by Miško Hevery
parent b7a6f52d59
commit 0317c4c478
9 changed files with 93 additions and 19 deletions

View File

@ -21,7 +21,7 @@ you run the first build.
The `WORKSPACE` file indicates that our root directory is a
Bazel project. It contains the version of the Bazel rules we
use to execute build steps, from `io_bazel_rules_typescript`.
use to execute build steps, from `build_bazel_rules_typescript`.
The sources on [GitHub] are published from Google's internal
repository (google3).
@ -29,7 +29,7 @@ That repository defines dependencies on specific versions of
all the tools. You can run the tools Bazel installed, for
example rather than `npm install` (which depends on whatever
version you have installed on your machine), you can
`bazel run @io_bazel_rules_typescript_node//:bin/npm install`.
`bazel run @build_bazel_rules_typescript_node//:bin/npm install`.
Bazel accepts a lot of options. We check in some options in the
`.bazelrc` file. See the [bazelrc doc]. For example, if you don't