chore: add SKIP_HOOKS in pre-push
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"update-simple-git-hooks": "npx simple-git-hooks"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-push": "pnpm typecheck && pnpm test"
|
||||
"pre-push": "[ -n \"$SKIP_HOOKS\" ] || (pnpm typecheck && pnpm test)"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hyperdx/node-opentelemetry": "^0.8.1",
|
||||
|
||||
Reference in New Issue
Block a user