Skip to content

Commit 30fa79b

Browse files
mydeacadesalaberry
authored andcommitted
build(replay): Ensure replay package has publishConfig (getsentry#11306)
Let's see if that fixes the publishing issue... (Note that this was never there, but maybe this is a problem...)
1 parent 7f1ad85 commit 30fa79b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/replay-internal/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"types-ts3.8"
3333
],
3434
"sideEffects": false,
35+
"publishConfig": {
36+
"access": "public"
37+
},
3538
"scripts": {
3639
"build": "run-p build:transpile build:types build:bundle",
3740
"build:transpile": "rollup -c rollup.npm.config.mjs",

0 commit comments

Comments
 (0)