chore: update package.json and cspell.json

This commit is contained in:
lmx
2026-03-04 19:17:33 +08:00
parent 45054d3238
commit 36313f378e
2 changed files with 6 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
"reinstall": "pnpm clean --del-lock && pnpm install",
"test:unit": "vitest run --dom",
"test:e2e": "turbo run test:e2e",
"up te:deps": "npx taze -r -w",
"update:deps": "npx taze -r -w",
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
"catalog": "pnpx codemod pnpm/catalog"
},