Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw authored Jun 25, 2024
1 parent 0847171 commit 6ab4fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ This section lists commands that are commonly used during development. See `pack

### Build

You can run `yarn build` to compile Vega-Lite and regenerate `vega-lite-schema.json`.
You can run `yarn build` to compile Vega-Lite and regenerate `vega-lite-schema.json`.
Alternatively, you can use `yarn build:only` which runs a subset of build commands (but it's sufficient for debugging / developing features alongside Vega Editor.)

### Basic Lint & Test & Test Coverage

Expand Down

0 comments on commit 6ab4fbf

Please sign in to comment.