mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Fix type generation (#3619)
This commit is contained in:
parent
7c1185ed33
commit
fe43a7b610
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ async function main() {
|
|||
|
||||
fs.writeFileSync("src/exports/types.ts", types.join("\n\n"))
|
||||
|
||||
await $`npx tsup src/exports/interface.ts -d out`
|
||||
await $`npx tsup src/exports/interface.ts --dts -d out`
|
||||
fs.copyFileSync("out/interface.d.ts", "src/exports/roo-code.d.ts")
|
||||
|
||||
await $`npx prettier --write src/exports/types.ts src/exports/roo-code.d.ts`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue