chore: remove useless circular command (#5127)

This commit is contained in:
LongYinan 2023-11-29 10:11:36 +00:00
parent 2a4741e9ab
commit 3fc515491b
No known key found for this signature in database
GPG Key ID: 30B1140CE1C07C99

View File

@ -39,7 +39,6 @@
"test": "vitest --run",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"circular": "madge --circular --ts-config ./tsconfig.json ./packages/frontend/core/src/pages/**/*.tsx ./packages/frontend/core/src/index.tsx ./packages/frontend/electron/src/*/index.ts",
"typecheck": "tsc -b tsconfig.json --diagnostics",
"postinstall": "node ./scripts/check-version.mjs && yarn i18n-codegen gen && yarn husky install"
},