googlecodelabs / tools

Codelabs management & hosting tools
Apache License 2.0
4.23k stars 1.14k forks source link

Create #920

Open 131706dulce opened 1 week ago

131706dulce commented 1 week ago

Install dependencies. This takes care of installing the right version of Bazel.

npm install

Build the library

npm run build

The output is a zip file under bazel-genfiles

ls bazel-genfiles npm_dist.zip

Publish a new version of the library to NPM

npm run dist

Originally posted by @131706dulce in 74be4cf