This is an automated email from the ASF dual-hosted git repository.

hufeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 088ac54  fixed:add make to pre-commit
088ac54 is described below

commit 088ac542ef1b26f5501d32760e72422b12f9478c
Author: hufeng <[email protected]>
AuthorDate: Mon Aug 9 14:20:12 2021 +0800

    fixed:add make to pre-commit
---
 .husky/pre-commit | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.husky/pre-commit b/.husky/pre-commit
index c0368be..e621551 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -2,4 +2,5 @@
 . "$(dirname "$0")/_/husky.sh"
 
 npx pretty-quick --staged
+make
 npx jest --no-cache

Reply via email to