fix(ci): run husky prettier on all files just like in ci
This commit is contained in:
parent
af12c5b9f5
commit
7dcb86237a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"check": "astro check"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [
|
||||
"*": [
|
||||
"prettier --write",
|
||||
"astro check"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue