husky is not installed inside the docker container when running with --production installs

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 12:46:57 +01:00
parent 77fa4d45d5
commit 164d5640d8
+1 -1
View File
@@ -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": [