Skip to content

rambler-digital-solutions/web-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Components tools

Packages

Contributing

Dev environment

Start

To start development you need install yarn and deps:

yarn install

Testing

We have a test suite consisting of a bunch of unit tests to verify utils keep working as expected. Test suit is run in CI on every commit.

To run tests:

yarn test

To run tests in watch mode:

yarn test:watch

Code quality

To run linting the codebase:

yarn lint

To check typings:

yarn typecheck

To check bundle size:

yarn sizecheck

To check licenses:

yarn licenselint

Publish

To bump version of changed packages and generate changelog run:

yarn release

License

MIT