Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit 1490ff7

Browse files
authored
fix publishing instructions (#345)
1 parent 047128c commit 1490ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ yarn build:lib
7373

7474
To publish your code changes, you can run the following command from the root of the package:
7575
```sh
76-
yarn publish {major|minor|patch}
76+
yarn run publish {major|minor|patch}
7777
```
7878
this will automatically tag the release, generate a build, and deploy to npm and github with your changes.
7979
Under the hood, this runs the script `scripts/publish.sh`

0 commit comments

Comments
 (0)