diff --git a/package.json b/package.json index 698cb18..8cb66c0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "vite build --watch", "build": "tsc && vite build", "preview": "vite preview", - "lint": "prettier --check .", + "lint": "prettier --debug-check .", "lint:fix": "prettier --write .", "check:update": "ncu", "update": "ncu -u -t patch && npm update",