Skip to content

Commit cfe0237

Browse files
committed
Add section about npm publish.
1 parent 207e2ab commit cfe0237

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,13 @@ Build the library to `dist/` using parcel.
435435
npm run build
436436
```
437437

438+
#### Publish
439+
Publishes the library to npm. This runs a parcel build.
440+
441+
```bash
442+
npm publish
443+
```
444+
438445
### Dev app
439446

440447
We have an app available in [`dev_app/`](./dev_app) to test this library in

0 commit comments

Comments
 (0)