fix(ci): dont run astro check on staged files
This commit is contained in:
parent
9312bb5fb8
commit
eac0aa54b1
1 changed files with 1 additions and 4 deletions
|
|
@ -11,10 +11,7 @@
|
|||
"check": "astro check"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [
|
||||
"prettier --write",
|
||||
"astro check --minimumSeverity warning"
|
||||
]
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": "prettier --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue