From bed6398cc3def1f41e916cef0ff0638f36cc39cc Mon Sep 17 00:00:00 2001 From: Juliana Gomez Date: Tue, 23 Nov 2021 16:03:30 -0500 Subject: [PATCH] fix publishing instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c6c25b6..2fbb2ca0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ yarn build:lib To publish your code changes, you can run the following command from the root of the package: ```sh -yarn publish {major|minor|patch} +yarn run publish {major|minor|patch} ``` this will automatically tag the release, generate a build, and deploy to npm and github with your changes. Under the hood, this runs the script `scripts/publish.sh`