ncids-playground
v0.1.0-beta.0
Published
sandbox for experimenting with design system structure
Downloads
1
Readme
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