mirror of
https://github.com/jcreek/Tech-Radar-Editor.git
synced 2026-07-12 18:43:46 +00:00
docs(*): Update readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user