From 164d5640d83d787140d6becd8ca501e5df1d4b9c Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 21 Dec 2022 12:46:57 +0100 Subject: [PATCH] husky is not installed inside the docker container when running with --production installs Signed-off-by: blam --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e99f4f176..f276d42416 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "techdocs-cli": "node scripts/techdocs-cli.js", "techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js", "prepare": "husky install", - "postinstall": "husky install" + "postinstall": "husky install || true" }, "workspaces": { "packages": [