1.1.0 • Published 1 year ago

@ulms/ui-icons v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ULMS kit

codecov Build Status

Development

Lerna is a dev-dependency so there is no need to install it globally.

  • Link all the components
npx lerna exec 'npm link'
  • Build all packages
npx lerna run build
  • Provide build capabilities to the packages (runs automatically after installation)
npm run postinstall