Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
chore(release): v1.6.4-hyperlex.1
Browse files Browse the repository at this point in the history
there is a race condition in the prepare script that makes yarn
install fail randomy when fetching packages from clm-api

cf yarnpkg/yarn#7212
  • Loading branch information
hlerebours committed Dec 13, 2022
1 parent 3175891 commit 79f2d7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 79f2d7f

Please sign in to comment.