chore: enable color for cspell (#6983)

This commit is contained in:
Alex Yang
2025-12-24 22:02:17 +08:00
committed by GitHub
parent ebb889ff84
commit 296d18534b

View File

@@ -11,7 +11,7 @@
"lint": "biome check .",
"lint:dependencies": "knip --strict",
"lint:fix": "biome check . --fix --unsafe",
"lint:spell": "cspell .",
"lint:spell": "cspell . --color",
"lint:types": "turbo lint:types --filter=./packages/*",
"lint:packages": "turbo lint:package --filter=./packages/*",
"release": "turbo build --filter=./packages/* && bumpp && pnpm -r publish --access public --no-git-checks",