Skip to content

Commit 845029d

Browse files
logaretmclaude
andcommitted
chore: Rename check to verify to avoid yarn built-in conflict
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 17834d2 commit 845029d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Use **yarn**: `yarn install`, `yarn build:dev`, `yarn test`, `yarn lint`
2020
| `yarn build:dev:filter @sentry/<pkg>` | Build one package + deps |
2121
| `yarn build:bundle` | Browser bundles only |
2222
| `yarn test` | All unit tests |
23+
| `yarn verify` | Lint + format check |
24+
| `yarn fix` | Format + lint fix |
2325
| `yarn lint` | Lint (Oxlint) |
2426
| `yarn lint:fix` | Lint + auto-fix (Oxlint) |
2527
| `yarn format` | Format files (Oxfmt) |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean:all": "run-s clean:build clean:tarballs clean:caches clean:deps clean:watchman",
2424
"format": "oxfmt . --write",
2525
"format:check": "oxfmt . --check",
26-
"check": "run-s format:check lint",
26+
"verify": "run-s format:check lint",
2727
"fix": "run-s format lint:fix",
2828
"lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
2929
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",

0 commit comments

Comments
 (0)