tag-release
v5.1.0lint
eslint --ignore-path .gitignore ./
lint:fix
eslint --fix --ignore-path .gitignore ./
test
jest --coverage
test:verbose
npm run test -- --verbose
test:watch
npm test -- --watchAll
test:verbose:watch
npm run test:loud -- --watch
cover
npm test
cover:watch
npm run test:watch
cover:open
open coverage/lcov-report/index.html
pre-commit
echo 'Running pre-commit hooks...' && exit 0