From a848c5a604caddb12b1223c27cad22ae9155a827 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Tue, 5 Dec 2023 11:48:33 -0800 Subject: [PATCH] docs(yalc): Fix yalc publish command (#9754) --- docs/using-yalc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-yalc.md b/docs/using-yalc.md index e75255a9cd72..f5f4d331ecb1 100644 --- a/docs/using-yalc.md +++ b/docs/using-yalc.md @@ -43,7 +43,7 @@ to add the local SDK package to your project. ### My changes are not applied to the test project -Did you run `yarn build && yarn publish:yalc` after making your changes? +Did you run `yarn build && yarn yalc:publish` after making your changes? ### My test project uses Vite and I still don't see changes