Skip to content

Commit 9f5c67d

Browse files
committed
fix: lerna for public packages
1 parent 1a083e1 commit 9f5c67d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/cli/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@
5252
"scripts": {
5353
"test": "exit 0"
5454
},
55-
"license": "MIT"
55+
"license": "MIT",
56+
"publishConfig": {
57+
"access": "public"
58+
}
5659
}

packages/core/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"scripts": {
4444
"test": "exit 0"
4545
},
46-
"license": "MIT"
46+
"license": "MIT",
47+
"publishConfig": {
48+
"access": "public"
49+
}
4750
}

0 commit comments

Comments
 (0)