Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 527 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 527 Bytes

Source

git is required.

Run in a Terminal:

git clone [email protected]:clarkbw/jest-localstorage-mock.git
cd jest-localstorage-mock

Development

yarn is required.

yarn install
yarn test

Pull Request

Before every PR run the following:

yarn run prettier

Publish

When publishing a new build, run the following:

yarn run prettier
yarn run build
npm version major | minor | patch
npm publish
git push --tags