Skip to content

Commit ed07255

Browse files
committed
chore: remove console.log when finish building css files
1 parent 53909aa commit ed07255

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/shadcn/build-css.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ fs.readdirSync(srcDir).forEach((file) => {
2525
process.exit(1); // Exit with error code if any file fails
2626
}
2727
}
28-
});
29-
30-
console.log('CSS build complete.');
28+
});

0 commit comments

Comments
 (0)