From b94c29c9890c46bb6388d53bc549cc24f19f0649 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Wed, 8 Sep 2021 10:33:47 +0200 Subject: build: migrate from npm to pnpm (#603) --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.husky') diff --git a/.husky/pre-commit b/.husky/pre-commit index 1ecae40..8c6711a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm run lint && npm run reformat-files && npm run package +pnpm run lint && pnpm run reformat-files && pnpm run package -- cgit v1.2.3-54-g00ecf