From 90c1a813af2017a8db75e80b2f33c38395fcaf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Mon, 20 Oct 2025 09:21:54 +0200 Subject: [PATCH] chore: add SKIP_HOOKS in pre-push --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",