Skip to content

Commit

Permalink
Update npm publish instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaich committed Dec 30, 2022
1 parent 0f3d293 commit b99b399
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ npm run watch
To publish a new version, increment `version` in `package.json` and run:

```bash
git add package.json
git commit -m 'vX.X.X'
git push
rm -rf lib/
npm run build
npm publish
```
Expand Down

0 comments on commit b99b399

Please sign in to comment.