Skip to content

Commit fdeb43c

Browse files
committed
Lerna doesn’t pass --public by default
1 parent 6d9d0b6 commit fdeb43c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/definitions-parser/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
},
2727
"devDependencies": {
2828
"@types/fs-extra": "^8.1.0"
29+
},
30+
"publishConfig": {
31+
"access": "public"
2932
}
3033
}

packages/header-parser/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"@definitelytyped/utils": "^0.0.21",
2424
"@types/parsimmon": "^1.10.1",
2525
"parsimmon": "^1.13.0"
26+
},
27+
"publishConfig": {
28+
"access": "public"
2629
}
2730
}

packages/utils/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"@types/charm": "^1.0.1",
2929
"@types/fs-extra": "^8.1.0",
3030
"@types/tar-stream": "^2.1.0"
31+
},
32+
"publishConfig": {
33+
"access": "public"
3134
}
3235
}

0 commit comments

Comments
 (0)