feat(01-foundation-01): register branding package in root vitest config
- Add "packages/branding" to root vitest.config.ts projects array - Enables pnpm vitest run --project "@paperclipai/branding" from repo root
This commit is contained in:
parent
f52e5eda55
commit
9459619da4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ import { defineConfig } from "vitest/config";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
projects: ["packages/db", "packages/adapters/opencode-local", "server", "ui", "cli"],
|
projects: ["packages/db", "packages/adapters/opencode-local", "server", "ui", "cli", "packages/branding"],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue