chore(root): add git hooks

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-28 09:27:50 +01:00
parent 8a21fadc0d
commit 56c7283ec6
2 changed files with 124 additions and 939 deletions

View File

@@ -21,7 +21,11 @@
"lint": "biome check .", "lint": "biome check .",
"lint:fix": "biome check --write .", "lint:fix": "biome check --write .",
"lint:workspace": "pnpm dlx sherif@latest", "lint:workspace": "pnpm dlx sherif@latest",
"typecheck": "pnpm -r typecheck" "typecheck": "pnpm -r typecheck",
"update-simple-git-hooks": "npx simple-git-hooks"
},
"simple-git-hooks": {
"pre-push": "pnpm typecheck"
}, },
"dependencies": { "dependencies": {
"@hyperdx/node-opentelemetry": "^0.8.1", "@hyperdx/node-opentelemetry": "^0.8.1",
@@ -46,6 +50,7 @@
"sharp" "sharp"
], ],
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.1" "@biomejs/biome": "1.9.1",
"simple-git-hooks": "^2.12.1"
} }
} }

1054
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff