Fix linting script

(forgot that actions are in `src/handbook` already)
This commit is contained in:
KingRainbow44 2023-04-06 22:33:01 -04:00
parent db8aa3f6f1
commit 0a26de7136
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -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": {