Skip to content

chore: prettier-format the repo (clear pre-existing format:check debt)#18

Merged
xuyushun441-sys merged 2 commits into
mainfrom
chore/prettier-format-repo
Jun 3, 2026
Merged

chore: prettier-format the repo (clear pre-existing format:check debt)#18
xuyushun441-sys merged 2 commits into
mainfrom
chore/prettier-format-repo

Conversation

@xuyushun441-sys
Copy link
Copy Markdown
Contributor

Clears pre-existing prettier debt on main (~115 files failing pnpm format:check), which made every PR's CI Format-check red regardless of contents (e.g. #17 needed admin-merge). Pure pnpm format — 114 files, no logic changes; build 9/9 green, typecheck clean, format:check now passes.

os-zhuang and others added 2 commits June 3, 2026 18:49
Runs 'pnpm format' (prettier --write) across the workspace. main had ~115
files that failed 'pnpm format:check', so the CI Format-check step was red for
every PR regardless of its contents. Pure formatting — no logic changes; build
and typecheck stay green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
`pnpm -r test --if-present` forwarded `--if-present` to `objectstack build`
("Nonexistent flag"), failing the Test step. Moved the flag before the script:
`pnpm -r --if-present test`. (This step was previously masked by the Format
check failing first.)
@xuyushun441-sys xuyushun441-sys merged commit 61699f8 into main Jun 3, 2026
3 checks passed
@xuyushun441-sys xuyushun441-sys deleted the chore/prettier-format-repo branch June 3, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants