mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
refactor: use glob patterns for vitest projects configuration
Address PR review feedback: - Use 'libs/*/vitest.config.ts' glob to auto-discover lib projects - Simplify test:packages script to use --project='!server' exclusion - New libs with vitest.config.ts will be automatically included 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"lint": "npm run lint --workspace=apps/ui",
|
||||
"test": "npm run test --workspace=apps/ui",
|
||||
"test:headed": "npm run test:headed --workspace=apps/ui",
|
||||
"test:packages": "vitest run --project=utils --project=platform --project=prompts --project=model-resolver --project=dependency-resolver --project=git-utils",
|
||||
"test:packages": "vitest run --project='!server'",
|
||||
"test:server": "vitest run --project=server",
|
||||
"test:server:coverage": "vitest run --project=server --coverage",
|
||||
"test:unit": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user