Skip to content

Latest commit

 

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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