Skip to content

Development SOPs

Pokai Chang edited this page Nov 11, 2023 · 4 revisions

Adding a new local package

  1. Add the package under ./packages/, or under ./ if it's a main package (e.g.: an application).
  2. Modify ./.github/workflows/ci.yml and ./.github/workflows/lint.yml so the new package will be tested with the CI workflow.
  3. Modify ./scripts/yarn-install-all.sh.
Clone this wiki locally