We are using Yarn workspaces, so make sure you have the latest version of Yarn installed.
To build the entire monorepo, start by installing the dependencies by running yarn
in the root directory, and then:
yarn build
cd packages/cli
npm link .
We are using Yarn workspaces, so make sure you have the latest version of Yarn installed.
To build the entire monorepo, start by installing the dependencies by running yarn
in the root directory, and then:
yarn build
cd packages/cli
npm link .