diff --git a/package.json b/package.json index 4fcca06..8785a26 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "next dev", "build": "next build", "start": "next start", - "format": "npx prettier --check", + "format": "npx prettier --check .", "lint": "next lint" }, "dependencies": {