Skip to content

Commit

Permalink
docs: npm authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 11, 2023
1 parent bd2648b commit 0d27c6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ These steps cannot be undone, so be sure that you are ready to proceed.
In particular, be sure that you have waited for the release PR's CI tests
to pass.

If you get E404, you're probably not logged in. Your .npmrc should have a line like,
```
//registry.npmjs.org/:_authToken=npm_randomstring
```
If it doesn't, use `npm login` to authenticate before running publish.

- [ ] Publish to NPM

```sh
Expand Down

0 comments on commit 0d27c6f

Please sign in to comment.