Browse Source

fix: do a test in pre-push hook

tophf 4 years ago
parent
commit
5d62a5aea0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -77,7 +77,7 @@
   "husky": {
     "hooks": {
       "pre-commit": "yarn transform -t",
-      "pre-push": "yarn lint"
+      "pre-push": "run-p lint test"
     }
   },
   "beta": 11