npm install react-duration-input-mask
or yarn add react-duration-input-mask
You can find the docs and demos here
Runs the docz dev server with file watching:
yarn start
To avoid issues with merge conflicts on .size-snapshot.json
,
set a merge driver:
git config merge.ours.driver true
Run on push via husky and can be run separately:
yarn test
Or using file watch mode:
yarn run test:dev
Run on commit via husky and can be run separately:
yarn run lint
Publish to npm registry from master
yarn version --patch && git push origin --tags
yarn version --minor && git push origin --tags
yarn version --major && git push origin --tags