diff --git a/package.json b/package.json index de2f6e6..40477d5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "lint:fix": "eslint . --fix", "checkstyle": "prettier . --check", "checkstyle:write": "prettier . --write", - "fix": "npm run lint:fix && npm run checkstyle:write" + "lint-format": "npm run lint:fix && npm run checkstyle:write" }, "workspaces": [ "odysseus",