Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 6816154

Browse files
committed
build: use shortened npm command as it generates a nice log prefix.
1 parent 07d1924 commit 6816154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npm exec pretty-quick --staged && npm exec concurrently -P npm:lint "npm run test -- --silent"
4+
npm exec pretty-quick --staged && npm exec concurrently "npm:lint" "npm:test -- --silent"

0 commit comments

Comments
 (0)