Skip to content

Commit

Permalink
Update info regarding publishing on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
madarche committed Mar 27, 2022
1 parent 4da12f8 commit c7acb02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,15 @@ PS: `npm ci` will take care of all the needed Lerna setup through the
Publishing should not be done through the `npm publish` command.
Publishing should be done through `lerna`.

This action can only be performed by a Mozilla employee with enough accesses.
This action can only be performed by a Mozilla employee or a trusted contributor
with enough accesses.

```shellsession
cd node-convict
npm ci
npm login
npx lerna publish from-git
npm logout
```

PS: `npm ci` will take care of all the needed Lerna setup through the
Expand Down

0 comments on commit c7acb02

Please sign in to comment.