-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: add ./dev generate js subcommand
Interactive development of UI features requires a few prerequisites to be built to satisfy editor requirements. Specifically, cluster-ui depends on the typings produced from building @cockroachlabs/crdb-protobuf-client, db-console depends on the typings produced from building both the protobuf client and cluster-ui, and eslint editor plugins require @cockroachlabs/eslint-plugin-crdb to be compiled and the compiled output to be in the Bazel workspace. Add a ./dev generate js target that compiles the minimum set of dependencies to bootstrap a development environment. fixes #84738 Release note: None
- Loading branch information
Showing
3 changed files
with
106 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters