Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 1254727

Browse files
committed
Specify publishConfig
1 parent abcc481 commit 1254727

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

packages/api/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
},
3333
"files": [
3434
"dist/"
35-
]
35+
],
36+
"publishConfig": {
37+
"access": "public"
38+
}
3639
}

packages/cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@
5151
"--loader",
5252
"tsx"
5353
]
54+
},
55+
"publishConfig": {
56+
"access": "public"
5457
}
5558
}

packages/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@
5555
"require": [
5656
"ts-node/register/transpile-only"
5757
]
58+
},
59+
"publishConfig": {
60+
"access": "public"
5861
}
5962
}

0 commit comments

Comments
 (0)