Skip to content

Commit 45ccbb1

Browse files
committed
fix: 修复ci发版
1 parent e12ef68 commit 45ccbb1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/core/tsdown.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ export default defineConfig({
2525
platform: 'node',
2626
outDir: path.join(filePath, 'lib'),
2727
external: [/^node-karin/],
28-
noExternal: [
29-
'@candriajs/template'
30-
]
31-
})
28+
noExternal: ['@candriajs/template'],
29+
})

0 commit comments

Comments
 (0)