Skip to content

Commit d8eb2d9

Browse files
committed
chore: update package.json to ensure installation before checks
1 parent 084fe55 commit d8eb2d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sherif": "pnpm dlx sherif@latest",
99
"sherif:fix": "pnpm dlx sherif@latest --fix -i @types/node",
1010
"typecheck": "turbo typecheck",
11-
"check": "turbo check && turbo check && pnpm sherif:fix"
11+
"check": "pnpm install && turbo check && turbo check && pnpm sherif:fix"
1212
},
1313
"devDependencies": {
1414
"@biomejs/biome": "^2.0.6",
@@ -25,4 +25,4 @@
2525
"engines": {
2626
"node": ">=20"
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)