fix: type check

fix: ci

fix: ci

fix: ci
This commit is contained in:
vben
2024-06-16 21:17:39 +08:00
parent 0085429ef4
commit 54b35deeab
135 changed files with 393 additions and 318 deletions

View File

@@ -33,10 +33,10 @@
"check:type": "turbo run typecheck",
"clean": "vsh clean",
"commit": "czg",
"docs": "pnpm -F @vben/website run docs:dev",
"docs:dev": "pnpm -F @vben/website run docs:dev",
"dev": "turbo run dev --parallel",
"format": "vsh lint --format",
"lint": "vsh lint && pnpm run check:circular",
"lint": "vsh lint",
"postinstall": "turbo run stub",
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky",