npm run build / pnpm build / yarn buildnpm run lint / pnpm lint / yarn lintnpm test 或 npm run test,可用 -t 指定测试名称npm run test:integration(若存在)npm run build -- --reportnpm test -- -t "<testName>"npx vitest run path/to/file.test.ts -t "<testName>",Jest: npm test -- path/to/file.test.ts -t "<testName>"pnpm test -- -t "<testName>" / yarn test -- -t "<testName>"npx vitest run -t "<testName>" 或 npx vitest run path/to/file.test.tsnpm test -- -t "keyword"node_modules 不应缺失import type 显式标注类型导入以减少运行时开销