From 7cf3dd2d8763886bb8207465595e9fb9a013b2c8 Mon Sep 17 00:00:00 2001 From: Joshua Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:49:16 +0100 Subject: [PATCH] docs(*): Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 617929f..456dd1c 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,13 @@ pnpm build pnpm pack ``` +You can then test the package locally. + To publish the component to NPM, run: ```bash -pnpm publish +npm login +npm publish ``` ## Consume the Component in Plain JavaScript