Skip to content

Commit 7c23db6

Browse files
committed
chore: update README to switch from pnpm to yarn for versioning and publishing
1 parent adfac69 commit 7c23db6

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
@@ -123,8 +123,8 @@ The test setup includes:
123123

124124
```sh
125125
$ git checkout master
126-
$ pnpm version
127-
$ pnpm publish
126+
$ yarn version
127+
$ yarn publish
128128
$ git push origin master --tags
129129
```
130130

0 commit comments

Comments
 (0)