Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ builds that are seen outside of Google.
We would like to make tsickle usable for everyone but right now if you'd like
to try it you should expect to spend some time debugging and reporting bugs.

## Installation

- Execute `npm i` to install the dependencies.

## Usage

### Project Setup
Expand Down Expand Up @@ -102,6 +98,15 @@ Example:

## Development

### One-time setup

1. Run `bazel run @yarn//:yarn` to install the dependencies. (Note: using your
local yarn may not work, use this command.)
See https://github.com/bazelbuild/rules_nodejs/issues/46 .
2. When it says "Another command is running", ctl-C to interrupt.
3. You now have the dependencies, and ordinary bazel commands will keep you up
to date.

### Test commands

- `ibazel test test:unit_test` executes the unit tests in watch mode (use `bazel test test:unit_test` for a
Expand Down