diff --git a/package.json b/package.json index 79c0ec5..533278f 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "build": "next build", "start": "next start", "type-check": "tsc", - "lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"", - "format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write", + "lint": "eslint --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\"", + "format": "prettier --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\" --write", "postinstall": "husky install", "commit": "cz" },