Commit b828eca
chore: simplify clean script for SWC migration
Remove obsolete lib/ directory deletion logic since packages now only
build to es/ directory with SWC. The script now:
- Deletes es/ for component packages (rebuilt on bootstrap)
- Preserves es/ for tooling packages (pre-built code needed for bootstrap)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 65a6677 commit b828eca
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 77 | + | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
0 commit comments