Skip to content

Commit 9d33266

Browse files
authored
Add publishing instructions to readme (#47)
1 parent d564a50 commit 9d33266

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ Repository-wide watching is currently not possible.
2525
### Testing and Linting
2626

2727
Run `yarn test` and `yarn lint` in the project root directory, or in a workspace.
28+
29+
### Publishing
30+
31+
Follow the usual release automation workflow, the publish locally from the monorepo root using:
32+
33+
```sh
34+
yarn publish:all --otp=YOUR_NPM_OTP_CODE
35+
```

0 commit comments

Comments
 (0)