diff --git a/package.json b/package.json index 9a6c82a..588dced 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "test": "dotenv -e .env.local turbo run test", "prepare": "husky install", "precommit": "yarn format && yarn lint:fix && yarn test", - "check-types": "tsc --noEmit --pretty && tsc --project cypress --noEmit --pretty", "graphql:update": "dotenv -e .env.local node ./scripts/graphql-update.js", "graphql:codegen": "dotenv -e .env.local node ./scripts/graphql-codegen.js" }, @@ -37,8 +36,7 @@ }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ - "eslint --ext js,jsx,ts,tsx --quiet --fix --", - "prettier --write" + "eslint --ignore-pattern **/graphql/* --ext js,jsx,ts,tsx --quiet --fix --" ] } }