Skip to content

Commit 94c3b50

Browse files
committed
fix(repo): align root workspaces with publish targets
1 parent 1001161 commit 94c3b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"description": "Monorepo workspace for effect-template",
66
"packageManager": "pnpm@10.28.0",
77
"workspaces": [
8-
"packages/*"
8+
"packages/app",
9+
"packages/lib"
910
],
1011
"scripts": {
1112
"setup:pre-commit-hook": "node scripts/setup-pre-commit-hook.js",

0 commit comments

Comments
 (0)