File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11{
22 "name" : " @roo-code/types" ,
3- "version" : " 1.25 .0" ,
3+ "version" : " 1.26 .0" ,
44 "description" : " TypeScript type definitions for Roo Code." ,
55 "publishConfig" : {
66 "access" : " public" ,
Original file line number Diff line number Diff line change 1212 "build" : " tsc -b && vite build" ,
1313 "build:nightly" : " tsc -b && vite build --mode nightly" ,
1414 "preview" : " vite preview" ,
15- "clean" : " rimraf ../src/webview-ui/build ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
15+ "clean" : " rimraf ../src/webview-ui ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
1616 },
1717 "dependencies" : {
1818 "@radix-ui/react-alert-dialog" : " ^1.1.6" ,
You can’t perform that action at this time.
0 commit comments