git is required.
Run in a Terminal:
git clone [email protected]:clarkbw/jest-localstorage-mock.git
cd jest-localstorage-mock
yarn is required.
yarn install
yarn test
Before every PR run the following:
yarn run prettier
When publishing a new build, run the following:
yarn run prettier
yarn run build
npm version major | minor | patch
npm publish
git push --tags