Skip to content

Commit ccf4cac

Browse files
RobertCraigieluccasiau
authored andcommitted
chore: include publishConfig in all package.json files
1 parent a2b5cdf commit ccf4cac

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/bedrock-sdk/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"license": "MIT",
1111
"packageManager": "yarn@1.22.21",
1212
"private": false,
13+
"publishConfig": {
14+
"access": "public"
15+
},
1316
"scripts": {
1417
"test": "jest",
1518
"build": "bash ./build",

packages/vertex-sdk/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"license": "MIT",
1111
"packageManager": "yarn@1.22.21",
1212
"private": false,
13+
"publishConfig": {
14+
"access": "public"
15+
},
1316
"scripts": {
1417
"test": "jest",
1518
"build": "bash ./build",

0 commit comments

Comments
 (0)