From 7a28603912fc705f6ff3ea9e0fa4d22d96ca99a4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 23 Apr 2022 08:25:24 -0500 Subject: Use 'pnpm' instead of 'pnpm run' --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.husky/pre-commit') diff --git a/.husky/pre-commit b/.husky/pre-commit index 8c6711a..b26458b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -pnpm run lint && pnpm run reformat-files && pnpm run package +pnpm lint && pnpm reformat-files && pnpm package -- cgit v1.2.3-70-g09d2