0.1.0-beta.0 • Published 3 years ago

ncids-playground v0.1.0-beta.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

NCI Design system playground

Testing area for ncids packaging and releasing

We will be creating a monorepo for this design system, using yarn and yarn workspaces for dependency management and lerna for its utility commands.

Adding a "common" dependency

yarn add new-dependency [--dev]

Removing dependencies

If there’s a dependency that all packages use but that you want to remove, Lerna has the exec command that runs an arbitrary command in each package. With this knowledge, we can use exec to remove a dependency on all packages.

lerna exec -- yarn remove dep-name