Skip to content

Commit 10087de

Browse files
committed
📝 Add a note on publishing (--access public)
1 parent 853f83e commit 10087de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- `$ yarn workspace @signpdf/signpdf add node-forge -D` adds a `node-forge` as a dev dependency
1616
of `@signpdf/signpdf`
1717
- `$ 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.
18+
- `$ 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
1819

1920
## Contributors
2021

0 commit comments

Comments
 (0)