ts-bridge is used to build packages in both CommonJS- and ESM-compatible formats.
Built files show up in the dist/ directory in each package. These are the files which will ultimately be published to NPM.
- Run
yarn buildto build all packages in the monorepo. - Run
yarn workspace <workspaceName> run buildto build a single package.