Skip to content

Commit b99b399

Browse files
committed
Update npm publish instructions
1 parent 0f3d293 commit b99b399

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ npm run watch
315315
To publish a new version, increment `version` in `package.json` and run:
316316

317317
```bash
318+
git add package.json
319+
git commit -m 'vX.X.X'
320+
git push
321+
322+
rm -rf lib/
318323
npm run build
319324
npm publish
320325
```

0 commit comments

Comments
 (0)