fix lint-staged and lint scripts
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 7s

This commit is contained in:
Nikita Pozdniakov
2026-04-29 15:38:36 +03:00
parent 62ac18f4fb
commit 8cef9f08d2

View File

@@ -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": {