We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a89863 commit 5132b11Copy full SHA for 5132b11
2 files changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: pnpm lint
49
50
- name: Format
51
- run: pnpm format:check
+ run: pnpm format
52
53
test:
54
name: Test
package.json
@@ -50,7 +50,7 @@
"scripts": {
"build": "pnpm codegen:github && tsc --noEmit && tsdown",
"codegen:github": "graphql-codegen --config src/github/codegen.ts",
- "format:check": "oxfmt --check",
+ "format": "oxfmt --check",
"format:fix": "oxfmt",
55
"lint": "oxlint",
56
"test:integration": "vitest -c vitest.integration.config.ts"
0 commit comments