diff --git a/src/handbook/package.json b/src/handbook/package.json index b5b3fc1bc..fae0a9700 100644 --- a/src/handbook/package.json +++ b/src/handbook/package.json @@ -10,7 +10,7 @@ "build": "tsc && vite build", "preview": "vite preview", - "lint": "npx prettier --write \"src/handbook/**/*.{ts,tsx,js,jsx,json,md}\"" + "lint": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"" }, "dependencies": {