File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
dev-packages/e2e-tests/verdaccio-config Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ targets:
3232 - name : npm
3333 id : ' @sentry-internal/replay-canvas'
3434 includeNames : /^sentry-internal-replay-canvas-\d.*\.tgz$/
35- # # 1.8 Supabase package (browser and node)
35+ # # 1.8 Supabase package (browser and node)
3636 - name : npm
3737 id : ' @sentry/supabase'
3838 includeNames : /^sentry-supabase-\d.*\.tgz$/
Original file line number Diff line number Diff line change @@ -158,6 +158,12 @@ packages:
158158 unpublish : $all
159159 # proxy: npmjs # Don't proxy for E2E tests!
160160
161+ ' @sentry/supabase ' :
162+ access : $all
163+ publish : $all
164+ unpublish : $all
165+ # proxy: npmjs # Don't proxy for E2E tests!
166+
161167 ' @sentry/svelte ' :
162168 access : $all
163169 publish : $all
You can’t perform that action at this time.
0 commit comments