From b80ca552c44eec9779131f608eb2dc7a87582272 Mon Sep 17 00:00:00 2001 From: ryanycw Date: Thu, 16 May 2024 17:51:01 +0800 Subject: [PATCH] chore: add husky --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 1df657a0..c54b9c42 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ }, "devDependencies": { "@types/jest": "^29.5.4", + "husky": "^9.0.11", "jest": "^29.6.4", "lerna": "^6.0.1", "node-fetch": "^3.3.0" diff --git a/yarn.lock b/yarn.lock index 2cf6f698..de998473 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10630,6 +10630,11 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" +husky@^9.0.11: + version "9.0.11" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9" + integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw== + hyperlinker@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/hyperlinker/-/hyperlinker-1.0.0.tgz#23dc9e38a206b208ee49bc2d6c8ef47027df0c0e"