From 336a689b8217a17302519da60a1dc7469a2ab417 Mon Sep 17 00:00:00 2001 From: harish-sethuraman <harish.sethuraman@freshworks.com> Date: Wed, 1 Dec 2021 21:00:27 +0530 Subject: [PATCH] Comment the script --- beta/.husky/pre-commit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beta/.husky/pre-commit b/beta/.husky/pre-commit index 76eedade932..c2af8489416 100755 --- a/beta/.husky/pre-commit +++ b/beta/.husky/pre-commit @@ -2,7 +2,7 @@ . "$(dirname "$0")/_/husky.sh" cd beta -yarn generate-ids -git add -u src/pages/**/*.md +# yarn generate-ids +# git add -u src/pages/**/*.md yarn prettier -yarn lint:fix +yarn lint:fix \ No newline at end of file