From 5f32cb95ed5a9c43ee24bf99214f87102a14b69d Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Wed, 17 Jul 2024 14:47:17 +0100 Subject: [PATCH] chore: skip husky when publishing pages --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e081865..edd95820 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lint:ci": "eslint --ext .js,.cjs . && prettier *.md docs/**/*.md docs/**/**/*.md", "types:check": "tsc --project ./jsconfig.json", "types:lint": "dtslint --expectOnly packages/fetch-mock/types", - "prepare": "husky", + "prepare": "husky || echo \"husky not available\"", "build": "rollup -c", "docs:fetch-mock": "npm run dev -w docs/fetch-mock", "docs:serve": "cd docs; jekyll serve build --watch",