Skip to content

Commit 788b3e5

Browse files
committed
build: add publishConfig to package.json
1 parent 90b3725 commit 788b3e5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

libs/core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
},
1111
"peerDependencies": {
1212
"@orbit/records": "*"
13+
},
14+
"publishConfig": {
15+
"access": "public",
16+
"directory": "../../dist/libs/core"
1317
}
1418
}

libs/react/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
},
88
"dependencies": {
99
"@tanstack-query-with-orbitjs/core": "workspace:^"
10+
},
11+
"publishConfig": {
12+
"access": "public",
13+
"directory": "../../dist/libs/react"
1014
}
1115
}

0 commit comments

Comments
 (0)