tree: e05c58b6ea978d39d05de75bbe8b5d6394c2f8b8
  1. bazel/
  2. bazel-darwin_x64/
  3. bazel-linux_x64/
  4. bazel-win32_x64/
  5. mirror.sh
  6. README.md
packages/README.md

npm packages

Folders in this directory are published to npm in the @bazel/ scoped package.

Publishing

Run mirror.sh to fetch a Bazel release and populate the bazel-* packages. The script will also update the package.json files.

The script relies on the excellent jq tool, which you‘ll need to install if you don’t have it already.

Login to npm using the angular account. The password is shared in http://valentine.

Inspect the directories, then cd into each of the bazel* directories and run npm publish.