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