Skip to content

Commit 3b3e7ac

Browse files
committed
Add instructions for NPM publish
1 parent 887e3f2 commit 3b3e7ac

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

packages/types/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# @roo-code/types
2+
3+
### Publish to NPM
4+
5+
First authenticate with NPM:
6+
7+
```sh
8+
npm login
9+
```
10+
11+
Next, manually bump the NPM package version:
12+
13+
```sh
14+
cd packages/types/npm && npm version minor && cd -
15+
```
16+
17+
Finally, publish to NPM:
18+
19+
```sh
20+
pnpm --filter @roo-code/types npm:publish
21+
```
22+
23+
Note that you'll be asked for an MFA code to complete the publish.

0 commit comments

Comments
 (0)