diff --git a/package.json b/package.json index 2489eb4c..51690379 100644 --- a/package.json +++ b/package.json @@ -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",