docs(*): Update readme

This commit is contained in:
Joshua Creek
2024-09-26 17:49:16 +01:00
parent 2e54328157
commit 7cf3dd2d87
+4 -1
View File
@@ -22,10 +22,13 @@ pnpm build
pnpm pack pnpm pack
``` ```
You can then test the package locally.
To publish the component to NPM, run: To publish the component to NPM, run:
```bash ```bash
pnpm publish npm login
npm publish
``` ```
## Consume the Component in Plain JavaScript ## Consume the Component in Plain JavaScript