Commit 01652e9
committed
⚡️ Update build script with CPU-aware concurrency limits
Improves build performance by using dynamic concurrency limits based on the
actual
number of CPU cores instead of hardcoded maximum of 4 parallel workers.
Key improvements:
- Enhanced TypeScript compilation step with proper status messages
- Consistent neon-themed console output throughout the build process
- CPU-aware parallel processing with dynamic concurrency limits
- Better error handling in batch processing with graceful failures
- Clearer build summaries showing successful vs failed effects1 parent 32cddf9 commit 01652e9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments