Options
All
  • Public
  • Public/Protected
  • All
Menu

root

Rainbow Cloud Functions

CircleCI Coverage Status

Development

  1. yarn bootstrap
    1. Since we are using yarn workspaces this command will install the dependencies of the root folder and go into all package’s root folders and execute yarn install.

If you want to run command in a specific package:

yarn workspace <package-name> <command>

If you want to add a common dependency to all packages:

yarn add some-package -W

If you want to add a dependency to specific package:

npx lerna add some-package --scope=module1

Generated using TypeDoc