diff --git a/README.md b/README.md index 4462204..5a89e9f 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ If you are a maintainer, you can follow these steps to publish a new version of - Make sure package-lock.json has the new version number 1. Run `npm run lint`, then run `npm test`, then run `npm run build` to make sure there are no errors 1. Commit and push the changes, create a PR, have it approved, and merge it into the main branch +1. Switch to main branch and pull the new changes 1. Login to npm if you haven’t already: `npm login` 1. Do a dry run to make sure the package looks good: `npm publish --dry-run` 1. Publish: `npm publish`