fix lint-staged and lint scripts
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 7s
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 7s
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"preinstall": "node ./scripts/enforce-pnpm.mjs",
|
"preinstall": "node ./scripts/enforce-pnpm.mjs",
|
||||||
"lint": "astro check --minimumFailingSeverity warning && biome check .",
|
"lint": "astro check && biome check .",
|
||||||
"format": "biome format . --write",
|
"format": "biome format . --write",
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"ci": "astro check && biome ci ."
|
"ci": "astro check && biome ci ."
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"biome check --no-errors-on-unmatched"
|
"biome check --no-errors-on-unmatched"
|
||||||
],
|
],
|
||||||
"*.{astro}": [
|
"*.{astro}": [
|
||||||
"astro check --minimumFailingSeverity warning"
|
"astro check"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user