diff options
Diffstat (limited to 'apps/mcp')
| -rw-r--r-- | apps/mcp/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mcp/package.json b/apps/mcp/package.json index 9eaa2feb..9e34146b 100644 --- a/apps/mcp/package.json +++ b/apps/mcp/package.json @@ -27,8 +27,8 @@ "run": "tsx src/index.ts", "lint": "oxlint .", "lint:fix": "oxlint . --fix", - "format": "prettier . --ignore-path ../../.prettierignore", - "format:fix": "prettier . --write --ignore-path ../../.prettierignore", + "format": "prettier . --cache --ignore-path ../../.prettierignore --check", + "format:fix": "prettier . --cache --write --ignore-path ../../.prettierignore", "typecheck": "tsc --noEmit" }, "repository": { |
