Skip to content

Commit a086aab

Browse files
committed
Fix build
1 parent 477e92a commit a086aab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tsdown.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ export default defineConfig({
1111
clean: !process.argv.includes("--watch"),
1212
deps: {
1313
onlyBundle: [], // require explicitly listing inlined dependencies
14+
neverBundle: [
15+
// Referenced in internal types only and should be treeshaken away, but
16+
// we need to specify it here to allow for linking before treeshaking
17+
"@actions/github",
18+
],
1419
},
1520

1621
sourcemap: !isCi,

0 commit comments

Comments
 (0)