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 084fe55 commit d8eb2d9Copy full SHA for d8eb2d9
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"sherif": "pnpm dlx sherif@latest",
9
"sherif:fix": "pnpm dlx sherif@latest --fix -i @types/node",
10
"typecheck": "turbo typecheck",
11
- "check": "turbo check && turbo check && pnpm sherif:fix"
+ "check": "pnpm install && turbo check && turbo check && pnpm sherif:fix"
12
},
13
"devDependencies": {
14
"@biomejs/biome": "^2.0.6",
@@ -25,4 +25,4 @@
25
"engines": {
26
"node": ">=20"
27
}
28
-}
+}
0 commit comments