Skip to content

Commit

Permalink
πŸ“ Add a note on publishing (--access public)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Nov 29, 2023
1 parent 853f83e commit 10087de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- `$ yarn workspace @signpdf/signpdf add node-forge -D` adds a `node-forge` as a dev dependency
of `@signpdf/signpdf`
- `$ yarn workspace @signpdf/signpdf add @signpdf/some-new-subpackage@* -D` adds a `@signpdf/some-new-subpackage` as a dev dependency of `@signpdf/signpdf`. Note the `@*` version specifier.
- `$ npm publish --access public` is needed the first time a package get published as our packages are scoped and that is private by default. See: https://bit.ly/47ScKPF

## Contributors

Expand Down

0 comments on commit 10087de

Please sign in to comment.