Browse Source

chore: Run check-imports script before push

Michael Bromley 6 years ago
parent
commit
074523a21c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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