Skip to content

Commit

Permalink
docs(contributing): add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Nov 21, 2023
1 parent dc27773 commit 47a3113
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ Only appointed team members may release versions.
1. (one time) Login to npm via:\
`npm login`
1. Create new branch for version bump.
1. Update `CHANGELOG.md`.
1. Verify build is up-to-date:\
`npm run build:css`\
<sub>Commit substantial unexpected changes via independent PR.</sub>
1. Update `CHANGELOG.md`.
1. Update version via:\
`npm version N.N.N`
1. Build with new version:\
`npm run build:css`\
1. Commit, push, PR, review, merge.
1. Publish to NPM via:\
`npm publish --access public`\
Expand Down

0 comments on commit 47a3113

Please sign in to comment.