From 8543defa19a19365c205e77859df118a010cd45f Mon Sep 17 00:00:00 2001 From: David Germain Date: Fri, 24 May 2024 20:53:41 +0200 Subject: [PATCH] chore: remove outdated healthcheck script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 71af6e8f3..c602e1bbd 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,7 @@ "docs": "yarn workspace oa-docs start", "install:clean": "yarn workspace oa-scripts install:clean", "postinstall": "husky install", - "commit": "git-cz", - "healthcheck": "node scripts/healthcheck.js" + "commit": "git-cz" }, "config": { "commitizen": {