Skip to content

Commit 4a0b0e8

Browse files
committed
do not use sherif on ci
1 parent c92d55f commit 4a0b0e8

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

package.json

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
{
2-
"name": "acme",
3-
"version": "0.0.0",
4-
"private": true,
5-
"type": "module",
6-
"license": "MIT",
7-
"engines": {
8-
"node": ">=22.14.0",
9-
"pnpm": ">=9.6.0"
10-
},
11-
"packageManager": "[email protected]",
12-
"scripts": {
13-
"auth:generate": "pnpm -F @acme/auth generate",
14-
"build": "turbo run build",
15-
"check": "turbo run check --continue -- --write --unsafe",
16-
"clean": "turbo run clean && git clean -xdf .turbo node_modules",
17-
"db:push": "turbo -F @acme/db push",
18-
"db:studio": "turbo -F @acme/db studio",
19-
"dependencies": "pnpm dlx sherif@latest --fix",
20-
"dev:next": "turbo watch dev -F @acme/nextjs...",
21-
"dev": "turbo watch dev --continue",
22-
"postinstall": "pnpm dependencies",
23-
"shadcn": "turbo run shadcn",
24-
"typecheck": "turbo run typecheck"
25-
},
26-
"devDependencies": {
27-
"@turbo/gen": "^2.5.4",
28-
"turbo": "^2.5.4"
29-
}
2+
"name": "acme",
3+
"version": "0.0.0",
4+
"private": true,
5+
"type": "module",
6+
"license": "MIT",
7+
"engines": {
8+
"node": ">=22.14.0",
9+
"pnpm": ">=9.6.0"
10+
},
11+
"packageManager": "[email protected]",
12+
"scripts": {
13+
"auth:generate": "pnpm -F @acme/auth generate",
14+
"build": "turbo run build",
15+
"check": "turbo run check --continue -- --write --unsafe",
16+
"clean": "turbo run clean && git clean -xdf .turbo node_modules",
17+
"db:push": "turbo -F @acme/db push",
18+
"db:studio": "turbo -F @acme/db studio",
19+
"dependencies": "pnpm dlx sherif@latest --fix",
20+
"dependencies:check": "pnpm dlx sherif@latest",
21+
"dev:next": "turbo watch dev -F @acme/nextjs...",
22+
"dev": "turbo watch dev --continue",
23+
"postinstall": "pnpm dependencies:check",
24+
"shadcn": "turbo run shadcn",
25+
"typecheck": "turbo run typecheck"
26+
},
27+
"devDependencies": {
28+
"@turbo/gen": "^2.5.4",
29+
"turbo": "^2.5.4"
30+
}
3031
}

0 commit comments

Comments
 (0)