Skip to content

Commit 6b0ff48

Browse files
committed
docs: add publishing info
1 parent a306948 commit 6b0ff48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,14 @@ If for some reason this stops in between, you can manually publish missing packa
294294
npm publish <package-name> --tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp <one-time password>
295295
```
296296

297+
##### Publishing (new) packages for the first time
298+
299+
```sh
300+
npm publish [PACKAGE_NAME] --access public
301+
```
302+
303+
For alias packages you need to add `@alias/`. Like we already do with `@commitlint/` anyways. This is just a reminder to make sure we do not forget this.
304+
297305
##### Move `next` to `latest`
298306

299307
```sh

0 commit comments

Comments
 (0)