Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from indeedeng/publish-0.5.1-beta
Browse files Browse the repository at this point in the history
added one more step to publish section of readme
  • Loading branch information
kevindigo authored Mar 23, 2021
2 parents 084a851 + e81a5d7 commit 941bd2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 941bd2c

Please sign in to comment.