mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-30 11:49:24 +00:00
Fix linting script
(forgot that actions are in `src/handbook` already)
This commit is contained in:
parent
db8aa3f6f1
commit
0a26de7136
@ -10,7 +10,7 @@
|
|||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
"preview": "vite preview",
|
"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": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user