From 976f0f6436106fc96651c55c2e254f21a642fe15 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 28 Oct 2022 06:40:25 +0530 Subject: Revert "Switch from 'npm' to 'pnpm' (#704)" --- .husky/pre-commit | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.husky/pre-commit') diff --git a/.husky/pre-commit b/.husky/pre-commit index 7595a1196..4936b8e97 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,9 +2,8 @@ FILE_NAME="$(dirname "$0")/_/husky.sh" -# Conditionally invoke so as to avoid running pnpm commands if this is a clean checkout (ie before installing node modules) +# Conditionally invoke so as to avoid running npm commands if this is a clean checkout (ie before installing node modules) if [ -f $FILE_NAME ]; then . $FILE_NAME - pnpm prepare-code - pnpm test + npm run prepare-code fi -- cgit v1.2.3-70-g09d2