Skip to content

Commit

Permalink
Merge pull request #73 from lsqlabs/tbottonari/add-publish-docs
Browse files Browse the repository at this point in the history
docs(*): add docs for how to publish
  • Loading branch information
thomasbottonari committed Aug 17, 2022
2 parents 199e084 + ba6c1ad commit 59ac7d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Stackblitz: https://stackblitz.com/edit/rxjs-uploader-example

`npm install rxjs-uploader`

## Publishing Updates to npm
1. Make sure you are logged in via cli to the npm account that owns the package (if you work at LSQ Funding, check the 1Password vault).
2. Increment the version number in [projects/rxjs-uploader/package.json](https://github.com/lsqlabs/rxjs-uploader/blob/master/projects/rxjs-uploader/package.json) appropriately.
2. `npm run build:lib`
3. `npm run publish`

## Basic Usage

```ts
Expand Down

0 comments on commit 59ac7d1

Please sign in to comment.