We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53909aa commit ed07255Copy full SHA for ed07255
packages/shadcn/build-css.cjs
@@ -25,6 +25,4 @@ fs.readdirSync(srcDir).forEach((file) => {
25
process.exit(1); // Exit with error code if any file fails
26
}
27
28
-});
29
-
30
-console.log('CSS build complete.');
+});
0 commit comments