Skip to content

Commit 91cc9ef

Browse files
committed
fix: set the publish config access to public so we're able to publish the package
1 parent eea5b01 commit 91cc9ef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/base/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"stub"
1414
],
1515
"license": "MIT",
16+
"publishConfig": {
17+
"access": "public"
18+
},
1619
"dependencies": {
1720
"grpc": "1.24.11"
1821
},

src/playwright/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"playwright"
1515
],
1616
"license": "MIT",
17+
"publishConfig": {
18+
"access": "public"
19+
},
1720
"dependencies": {
1821
"@improbable-eng/grpc-web": "0.15.0",
1922
"@playwright/test": "1.22.2",

0 commit comments

Comments
 (0)