From 79f2d7f5111761026d2393a4de25b12c29f049cb Mon Sep 17 00:00:00 2001 From: Hugues Lerebours Date: Tue, 13 Dec 2022 13:38:24 +0100 Subject: [PATCH] chore(release): v1.6.4-hyperlex.1 there is a race condition in the prepare script that makes yarn install fail randomy when fetching packages from clm-api cf https://github.com/yarnpkg/yarn/issues/7212 --- package-lock.json | 4 ++-- package.json | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff1fd400..df80f8ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-to-docx", - "version": "1.6.4", + "version": "1.6.4-hyperlex.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-to-docx", - "version": "1.6.4", + "version": "1.6.4-hyperlex.1", "license": "MIT", "dependencies": { "@oozcitak/dom": "1.15.6", diff --git a/package.json b/package.json index e5e2fe0e..14f0aac2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-to-docx", - "version": "1.6.4", + "version": "1.6.4-hyperlex.1", "description": "HTML to DOCX converter", "keywords": [ "html", @@ -19,8 +19,7 @@ "lint": "eslint --fix .", "prettier:check": "prettier --check '**/*.{js}'", "validate": "run-s lint prettier:check", - "build": "rollup -c", - "prepare": "husky install" + "build": "rollup -c" }, "repository": { "type": "git",