You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments