Skip to content

Commit 5132b11

Browse files
committed
Use same script name as core
1 parent 2a89863 commit 5132b11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm lint
4949

5050
- name: Format
51-
run: pnpm format:check
51+
run: pnpm format
5252

5353
test:
5454
name: Test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"scripts": {
5151
"build": "pnpm codegen:github && tsc --noEmit && tsdown",
5252
"codegen:github": "graphql-codegen --config src/github/codegen.ts",
53-
"format:check": "oxfmt --check",
53+
"format": "oxfmt --check",
5454
"format:fix": "oxfmt",
5555
"lint": "oxlint",
5656
"test:integration": "vitest -c vitest.integration.config.ts"

0 commit comments

Comments
 (0)