Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 834 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 834 Bytes


Sphereon
UI Components

Building and testing

Lerna

The UI-Components makes use of Lerna for managing multiple packages. Lerna is a tool that optimizes the workflow around managing multi-package repositories with git and pnpm.

Build

The below command builds all packages for you using lerna

pnpm build

Utility scripts

There are other utility scripts that help with development.

  • pnpm fix:prettier - runs prettier to fix code style.

Publish

There are scripts that can publish the following versions:

  • latest
  • next
  • unstable
pnpm publish:[version]