fix: optimize the dependency detection script prompt and fix the loop dependency problem

This commit is contained in:
vince
2024-07-10 21:40:29 +08:00
parent a765d3bbc0
commit 25a1e93ab2
12 changed files with 56 additions and 51 deletions

View File

@@ -27,7 +27,7 @@
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build:docker": "./build-local-docker-image.sh",
"changeset": "pnpm exec changeset",
"check": "pnpm run check:dep && pnpm run check:circular && pnpm run check:type && pnpm run check:spell",
"check": "pnpm run check:dep && pnpm run check:circular && pnpm run check:type && pnpm run check:cspell",
"check:circular": "vsh check-circular",
"check:dep": "vsh check-dep",
"check:cspell": "cspell lint \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",