chore(root): add git hooks
This commit is contained in:
@@ -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
1054
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user