Skip to content

Commit 53fd6fa

Browse files
committed
fix to publish scoped packages with lerna
1 parent 131b7e3 commit 53fd6fa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/container-query/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
"javascript",
5555
"component",
5656
"module"
57-
]
57+
],
58+
"publishConfig": {
59+
"access": "public"
60+
}
5861
}

packages/postcss-container-query/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"javascript",
4848
"component",
4949
"module"
50-
]
50+
],
51+
"publishConfig": {
52+
"access": "public"
53+
}
5154
}

0 commit comments

Comments
 (0)