diff --git a/.github/workflows/lerna.yaml b/.github/workflows/lerna.yaml index f60abc2a58..db37434f7d 100644 --- a/.github/workflows/lerna.yaml +++ b/.github/workflows/lerna.yaml @@ -4,6 +4,7 @@ on: types: [closed] paths: - 'packages/**' + - 'docs/**' branches: - master diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab83227cef..f820e77a2b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,10 @@ Contributions should roughly follow the [uber style guide](https://github.com/ub +## Adding a new JS/TS Package + +If you need to make a new JS/TS package, here are the steps to follow: + ## Linting Linting for go is used using [golangci-lint](https://golangci-lint.run/) at the latest released version. Please upgrade or install using your package manager. and run `make lint` from your desired module. diff --git a/docs/bridge/README.md b/docs/bridge/README.md index bd07455576..76d817110e 100644 --- a/docs/bridge/README.md +++ b/docs/bridge/README.md @@ -4,7 +4,7 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati ## Generating API Docs - + `yarn docusaurus gen-api-docs all`: ### Installation