Skip to content

rambler-digital-solutions/rambler-common

Repository files navigation

Rambler Common

Common utils used by Rambler team

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