This repo is in early stages of development, so these instructions are subject to change.
Start from a clean checkout at master/HEAD.
Googlers: you should npm login using the go/npm-publish service: $ npm login --registry https://wombat-dressing-room.appspot.com
npm version [major|minor|patch]
(major
if there are breaking changes,minor
if there are new features, otherwisepatch
)- If publishing from inside Google, set NPM_REGISTRY="--registry https://wombat-dressing-room.appspot.com" in your environment
- Build the npm package and publish it:
bazel run //:npm_package.pack