diff --git a/package.json b/package.json index 2086dca..5a332b3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:prettier": "pretty-quick --ignore-path .gitignore --check --plugin-search-dir=. .", "lint:prettier:all": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .", "lint:eslint": "eslint --ignore-path .gitignore ./src/", - "fix": "yarn fix:prettier && yarn fix:eslint", + "fix": "yarn fix:prettier", "fix:prettier": "pretty-quick --ignore-path .gitignore --write --plugin-search-dir=. .", "fix:prettier:all": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .", "fix:eslint": "eslint --fix --ignore-path .gitignore ./src/",