Skip to content

Commit 143be04

Browse files
committed
chore: remove the redundant "tsdown" hook
1 parent 1bd0115 commit 143be04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/ui/tsdown.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ export default defineConfig({
2222
'build:done': () => {
2323
console.log('🎉 Build completed successfully!');
2424
console.log('📦 Generated files in ./dist/');
25-
},
26-
'build:prepare': () => {
27-
console.log('📦 Building JavaScript files with Tsdown...');
2825
}
2926
},
3027
minify: false,

0 commit comments

Comments
 (0)