Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 496 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 496 Bytes

Build Automation Tools

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