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 9905ab1 commit 819c046Copy full SHA for 819c046
.github/FUNDING.yml
@@ -1,2 +1 @@
1
github: [B2o5T]
2
-
package.json
@@ -15,7 +15,7 @@
15
"postinstall": "tsx scripts/patch-graphql.ts",
16
"prebuild": "rimraf ./tsconfig.tsbuildinfo",
17
"prerelease": "pnpm build",
18
- "prettier": "prettier --cache --write --check .",
+ "prettier": "pnpm lint:prettier --write",
19
"release": "changeset publish",
20
"test": "vitest ."
21
},
0 commit comments