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
test(cli): verify .gitignore and .yarnrc.yml in new-vite-monorepo snap (#1576)
## Summary
`ls | sort` skips dotfiles, so the `new-vite-monorepo` snap test never
noticed if:
- `_gitignore → .gitignore` rename failed
- pnpm-branch `.yarnrc.yml` cleanup broke — the bun snap covers the
npm/bun branch but not pnpm
Adds two `test -f` / `test ! -f` assertions
Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
0 commit comments