Skip to content

Commit 17ccbdf

Browse files
authored
fix: add publishConfig to server package in monorepo template (#86)
1 parent 944a521 commit 17ccbdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/monorepo/packages/server/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"url": "<PLACEHOLDER>",
1010
"directory": "packages/server"
1111
},
12+
"publishConfig": {
13+
"access": "public",
14+
"directory": "dist"
15+
},
1216
"scripts": {
1317
"codegen": "build-utils prepare-v2",
1418
"build": "pnpm build-esm && pnpm build-annotate && pnpm build-cjs && build-utils pack-v2",

0 commit comments

Comments
 (0)