Skip to content

Commit 59ac7d1

Browse files
Merge pull request #73 from lsqlabs/tbottonari/add-publish-docs
docs(*): add docs for how to publish
2 parents 199e084 + ba6c1ad commit 59ac7d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Stackblitz: https://stackblitz.com/edit/rxjs-uploader-example
1010

1111
`npm install rxjs-uploader`
1212

13+
## Publishing Updates to npm
14+
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).
15+
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.
16+
2. `npm run build:lib`
17+
3. `npm run publish`
18+
1319
## Basic Usage
1420

1521
```ts

0 commit comments

Comments
 (0)