Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 281 Bytes

File metadata and controls

6 lines (4 loc) · 281 Bytes

Building packages

Built files show up in the dist/ directory in each package. These are the files which will ultimately be published to NPM.

  • Run yarn build to build all packages in the monorepo.
  • Run yarn workspace <workspaceName> run build to build a single package.