grafana/0010-disable-husky-git-hook.patch

19 lines
695 B
Diff
Raw Normal View History

2022-06-22 17:13:29 +00:00
From 302bb86624d894c2b86193a6717c6b5babbe0dab Mon Sep 17 00:00:00 2001
From: Andreas Gerstmayr <agerstmayr@redhat.com>
Date: Wed, 22 Jun 2022 18:29:42 +0200
Subject: [PATCH] disable husky git hook
diff --git a/package.json b/package.json
index 190feff8a4..6aff0c7a0f 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,6 @@
"ci:test-frontend": "yarn run test:ci && yarn grafana-toolkit node-version-check",
"i18n:extract": "lingui extract",
"i18n:compile": "lingui compile",
- "postinstall": "husky install",
"betterer": "betterer",
"betterer:stats": "ts-node --transpile-only --project ./scripts/cli/tsconfig.json ./scripts/cli/reportBettererStats.ts"
},