Skip to content

Commit

Permalink
chore: removed lint and typecheck tasks from pre-push (#580)
Browse files Browse the repository at this point in the history
They're covered by the CI so save people some time and make it less likely for people to use `--no-verify`
  • Loading branch information
Josh Goldberg authored and bradzacher committed Jun 5, 2019
1 parent b5e95ed commit 83c1f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"lint": "eslint . --ext .js,.ts",
"lint-fix": "eslint . --ext .js,.ts --fix",
"pre-commit": "yarn lint-staged",
"pre-push": "yarn lint && yarn typecheck && yarn format-check",
"pre-push": "yarn format-check",
"postinstall": "lerna bootstrap && yarn build && lerna link",
"test": "lerna run test --parallel",
"typecheck": "lerna run typecheck"
Expand Down

0 comments on commit 83c1f5a

Please sign in to comment.