mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Fix type generation (#3619)
This commit is contained in:
parent
9a1cc39ad1
commit
0febaca9ca
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