Skip to content

Commit fe43a7b

Browse files
authored
Fix type generation (#3619)
1 parent 7c1185e commit fe43a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-types.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function main() {
2020

2121
fs.writeFileSync("src/exports/types.ts", types.join("\n\n"))
2222

23-
await $`npx tsup src/exports/interface.ts -d out`
23+
await $`npx tsup src/exports/interface.ts --dts -d out`
2424
fs.copyFileSync("out/interface.d.ts", "src/exports/roo-code.d.ts")
2525

2626
await $`npx prettier --write src/exports/types.ts src/exports/roo-code.d.ts`

0 commit comments

Comments
 (0)