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",
|
||||
"astro": "astro",
|
||||
"preinstall": "node ./scripts/enforce-pnpm.mjs",
|
||||
"lint": "astro check --minimumFailingSeverity warning && biome check .",
|
||||
"lint": "astro check && biome check .",
|
||||
"format": "biome format . --write",
|
||||
"prepare": "husky",
|
||||
"ci": "astro check && biome ci ."
|
||||
@@ -23,7 +23,7 @@
|
||||
"biome check --no-errors-on-unmatched"
|
||||
],
|
||||
"*.{astro}": [
|
||||
"astro check --minimumFailingSeverity warning"
|
||||
"astro check"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user