Explorar o código

chore: Run check-imports script before push

Michael Bromley %!s(int64=6) %!d(string=hai) anos
pai
achega
074523a21c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -82,7 +82,7 @@
       "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
       "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
       "post-commit": "git update-index --again",
       "post-commit": "git update-index --again",
       "pre-commit": "lint-staged",
       "pre-commit": "lint-staged",
-      "pre-push": "yarn build && yarn test && yarn e2e"
+      "pre-push": "yarn check-imports && yarn build && yarn test && yarn e2e"
     }
     }
   }
   }
 }
 }