Skip to content

Commit 5067cfc

Browse files
committed
chore: update README to use yarn for versioning and publishing
1 parent cd72161 commit 5067cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ module.exports = {
193193

194194
```sh
195195
$ git checkout master
196-
$ pnpm version
197-
$ pnpm publish
196+
$ yarn version
197+
$ yarn publish
198198
$ git push origin master --tags
199199
```
200200

0 commit comments

Comments
 (0)