Skip to content

Commit

Permalink
doc: npm publish steps (#148)
Browse files Browse the repository at this point in the history
It took me a while to figure out how to do this, so I'm adding some more documentation.
  • Loading branch information
chdsbd authored May 30, 2021
1 parent 151e770 commit 00a041c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@ cargo run
```

2. create a new release on github - CI will attach the binaries automatically
3. bump version in `package.json` and follow the `npm` steps
3. wait for build artifacts to be attached to release.
4. login to `npm` and publish new version.

```bash
npm login
npm publish
```

## how it works

Expand Down

0 comments on commit 00a041c

Please sign in to comment.