Skip to content

Commit 9390b8a

Browse files
committed
🎉 feat: use absolute path to generate declaration file
1 parent 97683a4 commit 9390b8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/gen/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ export const fromTypes =
234234
)
235235
console.warn(tempFiles)
236236
}
237+
} else {
238+
console.log(
239+
"reason: root folter doesn't exists",
240+
join(tmpRoot, 'dist')
241+
)
237242
}
238243

239244
return

0 commit comments

Comments
 (0)