From b99b3996aba6bff6fe2c9ed3041e83640b6bfbd9 Mon Sep 17 00:00:00 2001 From: kevinschaich Date: Fri, 30 Dec 2022 11:48:07 -0500 Subject: [PATCH] Update npm publish instructions --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index 055a8cf2..495c40bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 ```