Commit 5bbd44c
fix: use utoo run clean --workspaces for clean-dist
Original pnpm used `pnpm -r exec rimraf dist` which runs in each
workspace. Equivalent to `utoo run clean --workspaces` since each
package has `"clean": "rimraf dist"`. Fixes Windows glob path issue.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cfda98a commit 5bbd44c
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments