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
bc9fd5d81b
commit
3bf5e729fc
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ export default defineConfig({
|
||||||
"server",
|
"server",
|
||||||
"ui",
|
"ui",
|
||||||
"cli",
|
"cli",
|
||||||
|
"packages/branding",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue