Compile the lib into the ./dist folder:
npm run build
Find problematic patterns in code using ESLint and Prettier by following Airbnb Style Guide:
npm run lint
Run unit tests using Jest:
npm run test
Run pre-commit git hook manually:
npm run pre-commit