From 10087de471772d1022d4a3001f8ebe7798039033 Mon Sep 17 00:00:00 2001 From: Valery Buchinsky Date: Wed, 29 Nov 2023 15:02:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20a=20note=20on=20publishing?= =?UTF-8?q?=20(--access=20public)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b410767..c605b196 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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