chore: verbose

This commit is contained in:
MARCROCK22 2024-11-18 23:24:33 -04:00
parent f0baa1f211
commit 9d971c2ee2

View File

@ -15,7 +15,7 @@
"lint": "biome lint --write ./src", "lint": "biome lint --write ./src",
"format": "biome format --write ./src", "format": "biome format --write ./src",
"check-h": "biome check --write ./src", "check-h": "biome check --write ./src",
"check": "biome check --write --no-errors-on-unmatched ./src", "check": "biome check --verbose --write --no-errors-on-unmatched ./src",
"test": "vitest run --config ./tests/vitest.config.mts ./tests/" "test": "vitest run --config ./tests/vitest.config.mts ./tests/"
}, },
"author": "MARCROCK22", "author": "MARCROCK22",