Merge branch 'fork/Lmx1220/main'

# Conflicts:
#	pnpm-lock.yaml
This commit is contained in:
Jin Mao
2026-03-15 03:53:43 +08:00
10 changed files with 79 additions and 44 deletions

View File

@@ -37,7 +37,7 @@
"changeset": "pnpm exec changeset",
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
"check:circular": "vsh check-circular",
"check:cspell": "cspell lint **/*.ts **/README.md .changeset/*.md --no-progress",
"check:cspell": "cspell lint \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
"check:dep": "vsh check-dep",
"check:type": "turbo run typecheck",
"clean": "node ./scripts/clean.mjs",