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"
|
"check": "astro check"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [
|
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": "prettier --write"
|
||||||
"prettier --write",
|
|
||||||
"astro check --minimumSeverity warning"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^4.3.6",
|
"@astrojs/mdx": "^4.3.6",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue