0.0.7 • Published 6 years ago

jmt-test-matter-ui v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

matter-ui

Sprinklr UI component library based on design/dev sync

Lerna bundle

At the root of the project run npm run bootstrap

Type Checking

This can be done at root or in any package npm run tsc

Webpack bundle

This can be done at root or in any package npm run bundle

Run tests

Watch tests npm run test Run test suite once npm run test:once Run test coverage npm run test:coverage

Storybook

Run storybook npm run storybook Build storybook npm run storybook:build

Linting

Typescript lint npm run lint:ts Typescript fix lint errors npm run lint:fix

Build

npm run build